Метод XmlSchemaCollection.AddSchemaDocument
Adds an XML schema document to the XML schema collection.
Пространство имен: 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
A String value that specifies the XML schema document that is to be added to the XmlSchemaCollection object.
Примеры
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo