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 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.