Partager via


Propriété LinkedServerLoginCollection.Parent

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

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.LinkedServer
A LinkedServer object that is the parent of the LinkedServerLoginCollection object.

Exemples

Utilisation de collections

Voir aussi

Référence

LinkedServerLoginCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo