หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the kind of the option.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OptionKind As PrincipalOptionKind
Get
Set
'Usage
Dim instance As PrincipalOption
Dim value As PrincipalOptionKind
value = instance.OptionKind
instance.OptionKind = value
public PrincipalOptionKind OptionKind { get; set; }
public:
property PrincipalOptionKind OptionKind {
PrincipalOptionKind get ();
void set (PrincipalOptionKind value);
}
member OptionKind : PrincipalOptionKind with get, set
function get OptionKind () : PrincipalOptionKind
function set OptionKind (value : PrincipalOptionKind)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.PrincipalOptionKind
The kind of the option.