Operation.GetExplicitPermissions 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 explicit permission for the operation.
Overloads
GetExplicitPermissions() |
Retrieves the explicit permission for the operation. |
GetExplicitPermissions(String) |
Retrieves the explicit permission for the operation with specified user name. |
GetExplicitPermissions()
Retrieves the explicit permission for the operation.
public:
cli::array <Microsoft::SqlServer::Management::IntegrationServices::ExplicitPermissionInfo ^> ^ GetExplicitPermissions();
public Microsoft.SqlServer.Management.IntegrationServices.ExplicitPermissionInfo[] GetExplicitPermissions ();
member this.GetExplicitPermissions : unit -> Microsoft.SqlServer.Management.IntegrationServices.ExplicitPermissionInfo[]
Public Function GetExplicitPermissions () As ExplicitPermissionInfo()
Returns
The explicit permission for the operation.
Applies to
GetExplicitPermissions(String)
Retrieves the explicit permission for the operation with specified user name.
public:
cli::array <Microsoft::SqlServer::Management::IntegrationServices::ExplicitPermissionInfo ^> ^ GetExplicitPermissions(System::String ^ userName);
public Microsoft.SqlServer.Management.IntegrationServices.ExplicitPermissionInfo[] GetExplicitPermissions (string userName);
member this.GetExplicitPermissions : string -> Microsoft.SqlServer.Management.IntegrationServices.ExplicitPermissionInfo[]
Public Function GetExplicitPermissions (userName As String) As ExplicitPermissionInfo()
Parameters
- userName
- String
The user name.
Returns
The explicit permission for the operation.