Condividi tramite


Proprietà Parent

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As LinkedServer
    Get
'Utilizzo
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

Valore proprietà

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