Compartir a través de


CreateXmlIndexStatement.Primary Propiedad

Gets or sets a value that indicates whether the Primary keyword is used.

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

Sintaxis

'Declaración
Public Property Primary As Boolean 
    Get 
    Set
'Uso
Dim instance As CreateXmlIndexStatement 
Dim value As Boolean 

value = instance.Primary

instance.Primary = value
public bool Primary { get; set; }
public:
property bool Primary {
    bool get ();
    void set (bool value);
}
member Primary : bool with get, set
function get Primary () : boolean 
function set Primary (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
True if the Primary keyword is used; otherwise, false.

Vea también

Referencia

CreateXmlIndexStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom