DataType コンストラクター (XmlSchemaCollection)

指定された XML スキーマ コレクションに基づいて DataType クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub New ( _
    xmlSchemaCollection As XmlSchemaCollection _
)
'使用
Dim xmlSchemaCollection As XmlSchemaCollection

Dim instance As New DataType(xmlSchemaCollection)
public DataType(
    XmlSchemaCollection xmlSchemaCollection
)
public:
DataType(
    XmlSchemaCollection^ xmlSchemaCollection
)
new : 
        xmlSchemaCollection:XmlSchemaCollection -> DataType
public function DataType(
    xmlSchemaCollection : XmlSchemaCollection
)

パラメーター