Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the [Microsoft.SqlServer.Management.Smo.DataType] of this sequence.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.DataType
The DataType for this sequence.
Comentarios
A MaxValue can be defined as any integer type supported by the DataType.