Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Retrieves the effective permissions for the operation.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Function GetEffectivePermissions As EffectivePermissionInfo()
'Usage
Dim instance As Operation
Dim returnValue As EffectivePermissionInfo()
returnValue = instance.GetEffectivePermissions()
public EffectivePermissionInfo[] GetEffectivePermissions()
public:
array<EffectivePermissionInfo^>^ GetEffectivePermissions()
member GetEffectivePermissions : unit -> EffectivePermissionInfo[]
public function GetEffectivePermissions() : EffectivePermissionInfo[]
Return Value
Type: array<Microsoft.SqlServer.Management.IntegrationServices.EffectivePermissionInfo[]
The effective permissions for the operation.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace