IndexedXmlPath.DataType Property
Gets or sets the SQL data type of the path annotated with the keyword SQL.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DataType As DataType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Smo.DataType
The SQL data type of the path annotated with the keyword SQL.