TableOption.OptionKind Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the option kind.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public TableOptionKind OptionKind { get; set; }
public:
property TableOptionKind OptionKind {
    TableOptionKind get();
    void set(TableOptionKind value);
}
member OptionKind : TableOptionKind with get, set
Public Property OptionKind As TableOptionKind

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.TableOptionKind

The option kind.

See Also

TableOption Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top