プリンシパルの種類を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property PrincipalType As PrincipalType
Get
Set
'使用
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)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.PrincipalType
PrincipalType 列挙値。