Partilhar via


Propriedade do RDL XmlSchemaCollection.Parent

Gets the Database object that is the parent of the XmlSchemaCollection object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As Database 
    Get 
    Set
'Uso
Dim instance As XmlSchemaCollection 
Dim value As Database 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Database Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property Database^ Parent {
    Database^ get ();
    void set (Database^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : Database with get, set
function get Parent () : Database 
function set Parent (value : Database)

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.Database
A Database object that is the parent of the XmlSchemaCollection object.

Exemplos

Usando esquemas XML

Consulte também

Referência

XmlSchemaCollection Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Usando esquemas XML

Coleções de esquema XML (SQL Server)

CREATE SCHEMA (Transact-SQL)