DataType.Xml メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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, 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