Operation.GetEffectivePermissions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the effective permissions for the operation.
public:
cli::array <Microsoft::SqlServer::Management::IntegrationServices::EffectivePermissionInfo ^> ^ GetEffectivePermissions();
public Microsoft.SqlServer.Management.IntegrationServices.EffectivePermissionInfo[] GetEffectivePermissions ();
member this.GetEffectivePermissions : unit -> Microsoft.SqlServer.Management.IntegrationServices.EffectivePermissionInfo[]
Public Function GetEffectivePermissions () As EffectivePermissionInfo()
Returns
The effective permissions for the operation.