다음을 통해 공유


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 네임스페이스