SecurityPrincipal.PrincipalType Property
SQL Server 2012
Gets or sets the type of the principal.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property PrincipalType As PrincipalType Get Set 'Usage Dim instance As SecurityPrincipal Dim value As PrincipalType value = instance.PrincipalType instance.PrincipalType = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.PrincipalTypeA PrincipalType enumeration value.
