Propriedade do RDL Text
Gets the data type specification for the text data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Shared ReadOnly Property Text As DataTypeSpec
Get
'Uso
Dim value As DataTypeSpec
value = DataTypeSpec.Text
public static DataTypeSpec Text { get; }
public:
static property DataTypeSpec^ Text {
DataTypeSpec^ get ();
}
static member Text : DataTypeSpec
static function get Text () : DataTypeSpec
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeSpec
The DataTypeSpec object that contains the text data type specification.
Consulte também