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 of the EnvironmentInfo 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 EnvironmentInfo
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