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.
Gets the effective permissions for the CatalogFolder object.
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 CatalogFolder
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 permission array.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace