SelectiveXmlIndexPromotedPath のパスを取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property Path As Literal
Get
Set
'使用
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)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
SelectiveXmlIndexPromotedPath のパスです。