Partager via


Propriété SelectiveXmlIndexPromotedPath.SQLDataType

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property SQLDataType As DataTypeReference 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

SelectiveXmlIndexPromotedPath Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom