Sequence.DataType プロパティ

このシーケンスの [Microsoft.SqlServer.Management.Smo.DataType] を取得または設定します。

名前空間:  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
このシーケンスの DataType です。

説明

MaxValue は、DataType でサポートされている任意の整数型として定義できます。

関連項目

参照

Sequence クラス

Microsoft.SqlServer.Management.Smo 名前空間