DataType.Xml Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| Xml(String, String) |
Erstellt einen Datentyp vom Typ "SqlDataType.Xml" |
| Xml(String) |
Erstellt einen Datentyp vom Typ "SqlDataType.Xml" |
| Xml(String, String, XmlDocumentConstraint) |
Erstellt einen Datentyp vom Typ "SqlDataType.Xml" |
Xml(String, String)
Erstellt einen Datentyp vom Typ "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
Parameter
- type
- String
- schema
- String
Gibt zurück
Gilt für:
Xml(String)
Erstellt einen Datentyp vom Typ "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
Parameter
- type
- String
Gibt zurück
Gilt für:
Xml(String, String, XmlDocumentConstraint)
Erstellt einen Datentyp vom Typ "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
Parameter
- type
- String
- schema
- String
- xmlDocumentConstraint
- XmlDocumentConstraint