Text Propiedad
Gets a data type that specifies the Text definition used in the data type.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Shared ReadOnly Property Text As DataType
Get
'Uso
Dim value As DataType
value = DataType.Text
public static DataType Text { get; }
public:
static property DataType^ Text {
DataType^ get ();
}
static member Text : DataType
static function get Text () : DataType
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .DataType
A DataType object value that specifies a Text definition in the data type.
Vea también