共用方式為


Sequence.DataType 屬性

Gets or sets the [Microsoft.SqlServer.Management.Smo.DataType] of this sequence.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DataType As DataType 
    Get 
    Set
'用途
Dim instance As Sequence 
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 DataType for this sequence.

備註

A MaxValue can be defined as any integer type supported by the DataType.

請參閱

參考

Sequence 類別

Microsoft.SqlServer.Management.Smo 命名空間