Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of the principal.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property PrincipalType As PrincipalType
Get
Set
'Usage
Dim instance As SecurityPrincipal
Dim value As PrincipalType
value = instance.PrincipalType
instance.PrincipalType = value
public PrincipalType PrincipalType { get; set; }
public:
property PrincipalType PrincipalType {
PrincipalType get ();
void set (PrincipalType value);
}
member PrincipalType : PrincipalType with get, set
function get PrincipalType () : PrincipalType
function set PrincipalType (value : PrincipalType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.PrincipalType
A PrincipalType enumeration value.