InstanceDatabaseOptions.Parent Property

Gets the Instance for the instance database options.

Espace de noms: Microsoft.SqlServer.Management.Nmo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parent As Instance
public Instance Parent { get; }
public:
property Instance^ Parent {
    Instance^ get ();
}
/** @property */
public Instance get_Parent ()
public function get Parent () : Instance

Valeur de propriété

The Instance for the instance database options.

Notes

Each InstanceDatabaseOptions has a parent Instance. You supply the parent object when you create the InstanceDatabaseOptions using the InstanceDatabaseOptions constructor.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

InstanceDatabaseOptions Class
InstanceDatabaseOptions Members
Microsoft.SqlServer.Management.Nmo Namespace

Autres ressources

Définition de la base de données d'instance
NotificationServicesInstance Element (ICF)