Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.