Partilhar via


Propriedade do RDL IndexedXmlPath.DataType

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DataType As DataType 
    Get 
    Set
'Uso
Dim instance As IndexedXmlPath 
Dim value As DataType 

value = instance.DataType

instance.DataType = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DataType DataType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DataType^ DataType {
    DataType^ get ();
    void set (DataType^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DataType : DataType with get, set
function get DataType () : DataType 
function set DataType (value : DataType)

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.DataType
The SQL data type of the path annotated with the keyword SQL.

Consulte também

Referência

IndexedXmlPath Classe

Namespace Microsoft.SqlServer.Management.Smo