Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the type 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 SequenceOptionKind
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SequenceOptionKind
The type of the option.