Gets or sets the type of the option.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property OptionKind As SequenceOptionKind
Get
Set
'用途
Dim instance As SequenceOption
Dim value As SequenceOptionKind
value = instance.OptionKind
instance.OptionKind = value
public SequenceOptionKind OptionKind { get; set; }
public:
property SequenceOptionKind OptionKind {
SequenceOptionKind get ();
void set (SequenceOptionKind value);
}
member OptionKind : SequenceOptionKind with get, set
function get OptionKind () : SequenceOptionKind
function set OptionKind (value : SequenceOptionKind)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.SequenceOptionKind
The type of the option.