Método XmlSchemaCollection.AddSchemaDocument
Adds an XML schema document to the XML schema collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub AddSchemaDocument ( _
xmlSchemaDocument As String _
)
'Uso
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
)
Parâmetros
- xmlSchemaDocument
Tipo: System.String
A String value that specifies the XML schema document that is to be added to the XmlSchemaCollection object.
Exemplos
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo