Partager via


Propriété Sequence.DataType

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DataType As DataType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

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

Voir aussi

Référence

Sequence Classe

Espace de noms Microsoft.SqlServer.Management.Smo