Compartilhar via


Propriedade do RDL SelectiveXmlIndexPromotedPath.Path

Gets or sets the path of the SelectiveXmlIndexPromotedPath.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

SelectiveXmlIndexPromotedPath Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom