Propriété Xml
Gets the data type specification for the xml 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 Xml As DataTypeSpec
Get
'Utilisation
Dim value As DataTypeSpec
value = DataTypeSpec.Xml
public static DataTypeSpec Xml { get; }
public:
static property DataTypeSpec^ Xml {
DataTypeSpec^ get ();
}
static member Xml : DataTypeSpec
static function get Xml () : DataTypeSpec
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeSpec
The DataTypeSpec object that contains the xml data type specification.
Voir aussi