Share via


SelectiveXmlIndexPromotedPath.XQueryDataType 속성

Gets or sets the XQuery data type of the path annotated with the keyword 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
The XQuery data type of the path annotated with the keyword XQuery.

참고 항목

참조

SelectiveXmlIndexPromotedPath 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스