Propriété XmlSchemaCollectionCollection.Parent
Gets the Database object that is the parent of the XmlSchemaCollection object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Parent As Database
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Database
A Database object that is the parent of the XmlSchemaCollection object.
Exemples
How to Reference an Object by Using a Collection in Visual Basic .NET
Voir aussi
Référence
XmlSchemaCollectionCollection Classe
Espace de noms Microsoft.SqlServer.Management.Smo