Propriedade do RDL AssemblyOption.OptionKind
Gets or sets the option type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property OptionKind As AssemblyOptionKind
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.AssemblyOptionKind
The option type.