Partager via


Propriété LinkedServerCollection.Parent

Gets the Server object that is the parent of the LinkedServerCollection 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 Server 
    Get
'Utilisation
Dim instance As LinkedServerCollection 
Dim value As Server 

value = instance.Parent
public Server Parent { get; }
public:
property Server^ Parent {
    Server^ get ();
}
member Parent : Server
function get Parent () : Server

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Server
A Server object that is the parent of the LinkedServerCollection object.

Exemples

Utilisation de collections

Voir aussi

Référence

LinkedServerCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo