Partager via


Propriété NText

Gets the data type specification for the ntext data type.

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

Syntaxe

'Déclaration
Public Shared ReadOnly Property NText As DataTypeSpec
    Get
'Utilisation
Dim value As DataTypeSpec

value = DataTypeSpec.NText
public static DataTypeSpec NText { get; }
public:
static property DataTypeSpec^ NText {
    DataTypeSpec^ get ();
}
static member NText : DataTypeSpec
static function get NText () : DataTypeSpec

Valeur de propriété

Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeSpec
The DataTypeSpec object that contains the ntext data type specification.