Sprache

DataType.Xml Methode

Definition

Ü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

Gibt zurück

Gilt für: