Compartir a través de


IndexOption.OptionKind Propiedad

Gets the kind of the option.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property OptionKind As IndexOptionKind 
    Get 
    Set
'Uso
Dim instance As IndexOption 
Dim value As IndexOptionKind 

value = instance.OptionKind

instance.OptionKind = value
public IndexOptionKind OptionKind { get; set; }
public:
property IndexOptionKind OptionKind {
    IndexOptionKind get ();
    void set (IndexOptionKind value);
}
member OptionKind : IndexOptionKind with get, set
function get OptionKind () : IndexOptionKind 
function set OptionKind (value : IndexOptionKind)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.IndexOptionKind
The kind of the option.

Vea también

Referencia

IndexOption Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom