次の方法で共有


SelectiveXmlIndexPromotedPath.XQueryDataType プロパティ

キーワード XQuery で注釈が付けられたパスの XQuery データ型を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property XQueryDataType As Literal 
    Get 
    Set
'使用
Dim instance As SelectiveXmlIndexPromotedPath 
Dim value As Literal 

value = instance.XQueryDataType

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

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
キーワード XQuery で注釈が付けられたパスの XQuery データ型です。

関連項目

参照

SelectiveXmlIndexPromotedPath クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間