Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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