IndexedXmlPath.DataType 属性

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

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

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DataType As DataType 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

IndexedXmlPath 类

Microsoft.SqlServer.Management.Smo 命名空间