다음을 통해 공유


ExplicitPermissionInfo.Grantee 속성

Gets the name of the principle that granted the permission.

네임스페이스:  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
The name of the principle that granted the permission.

참고 항목

참조

ExplicitPermissionInfo 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스