LinkedServerLoginCollection.Parent Propiedad
Gets the LinkedServer object that is the parent of the LinkedServerLoginCollection object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.LinkedServer
A LinkedServer object that is the parent of the LinkedServerLoginCollection object.