DataType.Xml Method

Definition

Overloads

Xml(String, String, XmlDocumentConstraint)

Creates a DataType of type SqlDataType.Xml

Xml(String)

Creates a DataType of type SqlDataType.Xml

Xml(String, String)

Creates a DataType of type SqlDataType.Xml

Xml(String, String, XmlDocumentConstraint)

Creates a DataType of 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

Parameters

type
String
schema
String
xmlDocumentConstraint
XmlDocumentConstraint

Returns

Applies to

Xml(String)

Creates a DataType of 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

Parameters

type
String

Returns

Applies to

Xml(String, String)

Creates a DataType of 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

Parameters

type
String
schema
String

Returns

Applies to