SelectiveXmlIndexPromotedPath.SQLDataType 属性

Gets or sets the SQL data type of the path annotated with the keyword SQL.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property SQLDataType As DataTypeReference 
    Get 
    Set
用法
Dim instance As SelectiveXmlIndexPromotedPath 
Dim value As DataTypeReference 

value = instance.SQLDataType

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

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.DataTypeReference
The SQL data type of the path annotated with the keyword SQL.

请参阅

参考

SelectiveXmlIndexPromotedPath 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间