NChar Propiedad
Gets the data type specification for the nchar data type.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public Shared ReadOnly Property NChar As DataTypeSpec
Get
'Uso
Dim value As DataTypeSpec
value = DataTypeSpec.NChar
public static DataTypeSpec NChar { get; }
public:
static property DataTypeSpec^ NChar {
DataTypeSpec^ get ();
}
static member NChar : DataTypeSpec
static function get NChar () : DataTypeSpec
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeSpec
The DataTypeSpec object that contains the nchar data type specification.
Vea también