Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the option type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OptionKind As AssemblyOptionKind
Get
Set
'Usage
Dim instance As AssemblyOption
Dim value As AssemblyOptionKind
value = instance.OptionKind
instance.OptionKind = value
public AssemblyOptionKind OptionKind { get; set; }
public:
property AssemblyOptionKind OptionKind {
AssemblyOptionKind get ();
void set (AssemblyOptionKind value);
}
member OptionKind : AssemblyOptionKind with get, set
function get OptionKind () : AssemblyOptionKind
function set OptionKind (value : AssemblyOptionKind)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.AssemblyOptionKind
The option type.