Свойство 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