ProjectInfo.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 this object.
Overloads
GetExplicitPermissions() |
Retrieves the explicit permission for this object. |
GetExplicitPermissions(String) |
Retrieves the explicit permission of this object for a specified user. |
GetExplicitPermissions()
Retrieves the explicit permission for this object.
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 this object.
Applies to
GetExplicitPermissions(String)
Retrieves the explicit permission of this object for a specified user.
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 name of the user.
Returns
The permission array.