언어

DataType.Xml 메서드

정의

오버로드

Name Description
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

반품

적용 대상