AddSchemaDocument メソッド
XML スキーマ コレクションに XML スキーマ ドキュメントを追加します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub AddSchemaDocument ( _
xmlSchemaDocument As String _
)
'使用
Dim instance As XmlSchemaCollection
Dim xmlSchemaDocument As String
instance.AddSchemaDocument(xmlSchemaDocument)
public void AddSchemaDocument(
string xmlSchemaDocument
)
public:
void AddSchemaDocument(
String^ xmlSchemaDocument
)
member AddSchemaDocument :
xmlSchemaDocument:string -> unit
public function AddSchemaDocument(
xmlSchemaDocument : String
)
パラメーター
- xmlSchemaDocument
型: System. . :: . .String
XmlSchemaCollection オブジェクトに追加される XML スキーマ ドキュメントを示す String 値です。