DataType.Xml メソッド

定義

オーバーロード

名前 説明
Xml(String, String)

SqlDataType.Xml 型の DataType を作成します。

Xml(String)

SqlDataType.Xml 型の DataType を作成します。

Xml(String, String, XmlDocumentConstraint)

SqlDataType.Xml 型の DataType を作成します。

Xml(String, String)

SqlDataType.Xml 型の DataType を作成します。

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

パラメーター

type
String
schema
String

返品

適用対象

Xml(String)

SqlDataType.Xml 型の DataType を作成します。

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

パラメーター

type
String

返品

適用対象

Xml(String, String, XmlDocumentConstraint)

SqlDataType.Xml 型の DataType を作成します。

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

パラメーター

type
String
schema
String
xmlDocumentConstraint
XmlDocumentConstraint

返品

適用対象