Propriedade do RDL XmlSchemaCollectionCollection.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
Public ReadOnly Property Parent As Database
Get
'Uso
Dim instance As XmlSchemaCollectionCollection
Dim value As Database
value = instance.Parent
public Database Parent { get; }
public:
property Database^ Parent {
Database^ get ();
}
member Parent : Database
function get Parent () : Database
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Database
A Database object that is the parent of the XmlSchemaCollection object.
Exemplos
How to Reference an Object by Using a Collection in Visual Basic .NET
Consulte também
Referência
XmlSchemaCollectionCollection Classe
Namespace Microsoft.SqlServer.Management.Smo