Compartilhar via


Propriedade do RDL LinkedServerLoginCollection.Parent

Gets the LinkedServer object that is the parent of the LinkedServerLoginCollection object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property Parent As LinkedServer 
    Get
'Uso
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

Valor da propriedade

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

Exemplos

Usando coleções

Consulte também

Referência

LinkedServerLoginCollection Classe

Namespace Microsoft.SqlServer.Management.Smo