Propriedade do RDL Sequence.DataType
Gets or sets the [Microsoft.SqlServer.Management.Smo.DataType] of this sequence.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DataType As DataType
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.DataType
The DataType for this sequence.
Comentários
A MaxValue can be defined as any integer type supported by the DataType.