ProjectInfo.ScriptGrant(PermissionType, Int32) Method

Definition

Retrieves the script to grant the permission to a project.

public:
 Microsoft::SqlServer::Management::Sdk::Sfc::ISfcScript ^ ScriptGrant(Microsoft::SqlServer::Management::IntegrationServices::PermissionType permission, int principalId);
public Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript ScriptGrant (Microsoft.SqlServer.Management.IntegrationServices.PermissionType permission, int principalId);
member this.ScriptGrant : Microsoft.SqlServer.Management.IntegrationServices.PermissionType * int -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
Public Function ScriptGrant (permission As PermissionType, principalId As Integer) As ISfcScript

Parameters

permission
PermissionType

The permission type.

principalId
Int32

The ID of the principal.

Returns

The script to grant the permission to a project.

Applies to