Partager via


Propriété AssemblyOption.OptionKind

Gets or sets the option type.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property OptionKind As AssemblyOptionKind 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.AssemblyOptionKind
The option type.

Voir aussi

Référence

AssemblyOption Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom