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 permission for this 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 ProjectInfo
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 permission for this object.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace