Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom