共用方式為


DataType.Xml Method (String, String, XmlDocumentConstraint)

命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

語法

'宣告
Public Shared Function Xml ( _
    type As String, _
    schema As String, _
    xmlDocumentConstraint As XmlDocumentConstraint _
) As DataType
public static DataType Xml (
    string type,
    string schema,
    XmlDocumentConstraint xmlDocumentConstraint
)
public:
static DataType^ Xml (
    String^ type, 
    String^ schema, 
    XmlDocumentConstraint xmlDocumentConstraint
)
public static DataType Xml (
    String type, 
    String schema, 
    XmlDocumentConstraint xmlDocumentConstraint
)
public static function Xml (
    type : String, 
    schema : String, 
    xmlDocumentConstraint : XmlDocumentConstraint
) : DataType

參數

  • type
  • schema
  • xmlDocumentConstraint

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

DataType Class
DataType Members
Microsoft.SqlServer.Management.Smo Namespace