Sequence.DataType Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DataType As DataType 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.SqlServer.Management.Smo.DataType
The DataType for this sequence.

Remarks

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

See Also

Reference

Sequence Class

Microsoft.SqlServer.Management.Smo Namespace