ISentryPluginGetProviderDetails Method |
Namespace:
SOSentryPlugin.Interop
Assembly:
SOSentryPlugin.Interop (in SOSentryPlugin.Interop.dll) Version: 8.0.0.0
Syntaxvoid GetProviderDetails(
string TableName,
out bool SupportFieldLevelSecurity,
out bool NeedFullDataToWork
)
Sub GetProviderDetails (
TableName As String,
<OutAttribute> ByRef SupportFieldLevelSecurity As Boolean,
<OutAttribute> ByRef NeedFullDataToWork As Boolean
)
Dim instance As ISentryPlugin
Dim TableName As String
Dim SupportFieldLevelSecurity As Boolean
Dim NeedFullDataToWork As Boolean
instance.GetProviderDetails(TableName,
SupportFieldLevelSecurity, NeedFullDataToWork)
void GetProviderDetails(
[InAttribute] String^ TableName,
[InAttribute] [OutAttribute] bool% SupportFieldLevelSecurity,
[InAttribute] [OutAttribute] bool% NeedFullDataToWork
)
Parameters
- TableName
- Type: SystemString
- SupportFieldLevelSecurity
- Type: SystemBoolean
- NeedFullDataToWork
- Type: SystemBoolean
See Also