DataType.Xml Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| Xml(String, String) |
Crée un Type de données de type SqlDataType.Xml |
| Xml(String) |
Crée un Type de données de type SqlDataType.Xml |
| Xml(String, String, XmlDocumentConstraint) |
Crée un Type de données de type SqlDataType.Xml |
Xml(String, String)
Crée un Type de données de type SqlDataType.Xml
public static Microsoft.SqlServer.Management.Smo.DataType Xml(string type, string schema);
static member Xml : string * string -> Microsoft.SqlServer.Management.Smo.DataType
Public Shared Function Xml (type As String, schema As String) As DataType
Paramètres
- type
- String
- schema
- String
Retours
S’applique à
Xml(String)
Crée un Type de données de type SqlDataType.Xml
public static Microsoft.SqlServer.Management.Smo.DataType Xml(string type);
static member Xml : string -> Microsoft.SqlServer.Management.Smo.DataType
Public Shared Function Xml (type As String) As DataType
Paramètres
- type
- String
Retours
S’applique à
Xml(String, String, XmlDocumentConstraint)
Crée un Type de données de type SqlDataType.Xml
public static Microsoft.SqlServer.Management.Smo.DataType Xml(string type, string schema, Microsoft.SqlServer.Management.Smo.XmlDocumentConstraint xmlDocumentConstraint);
static member Xml : string * string * Microsoft.SqlServer.Management.Smo.XmlDocumentConstraint -> Microsoft.SqlServer.Management.Smo.DataType
Public Shared Function Xml (type As String, schema As String, xmlDocumentConstraint As XmlDocumentConstraint) As DataType
Paramètres
- type
- String
- schema
- String
- xmlDocumentConstraint
- XmlDocumentConstraint