共用方式為


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 命名空間