ISentryPluginGetTableList Method |
Namespace:
SOSentryPlugin.Interop
Assembly:
SOSentryPlugin.Interop (in SOSentryPlugin.Interop.dll) Version: 8.0.0.0
Syntaxvoid GetTableList(
out Object[] TableNames
)
Sub GetTableList (
<OutAttribute> ByRef TableNames As Object()
)
Dim instance As ISentryPlugin
Dim TableNames As Object()
instance.GetTableList(TableNames)
void GetTableList(
[InAttribute] [OutAttribute] array<Object^>^% TableNames
)
Parameters
- TableNames
- Type: SystemObject
See Also