AssemblyOption.OptionKind Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the option type.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.AssemblyOptionKind

The option type.

See Also

AssemblyOption Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top