ExplicitPermissionInfo.Grantee プロパティ

権限を付与したプリンシパルの名前を取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
Public ReadOnly Property Grantee As String 
    Get
'使用
Dim instance As ExplicitPermissionInfo 
Dim value As String 

value = instance.Grantee
public string Grantee { get; }
public:
property String^ Grantee {
    String^ get ();
}
member Grantee : string
function get Grantee () : String

プロパティ値

型: System.String
権限を付与したプリンシパルの名前。

関連項目

参照

ExplicitPermissionInfo クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間