Compartir a través de


SelectiveXmlIndexPromotedPath.Path Propiedad

Gets or sets the path of the SelectiveXmlIndexPromotedPath.

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

Sintaxis

'Declaración
Public Property Path As Literal 
    Get 
    Set
'Uso
Dim instance As SelectiveXmlIndexPromotedPath 
Dim value As Literal 

value = instance.Path

instance.Path = value
public Literal Path { get; set; }
public:
property Literal^ Path {
    Literal^ get ();
    void set (Literal^ value);
}
member Path : Literal with get, set
function get Path () : Literal 
function set Path (value : Literal)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The path of the SelectiveXmlIndexPromotedPath.

Vea también

Referencia

SelectiveXmlIndexPromotedPath Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom