GranteeType-Eigenschaft
Ruft den Empfängertyp ab.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property GranteeType As PrincipalType
Get
'Usage
Dim instance As PermissionInfo
Dim value As PrincipalType
value = instance.GranteeType
public PrincipalType GranteeType { get; }
public:
property PrincipalType GranteeType {
PrincipalType get ();
}
member GranteeType : PrincipalType
function get GranteeType () : PrincipalType
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .PrincipalType
Ein PrincipalType-Objektwert, der den Empfängertyp angibt.
Siehe auch