Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the LinkedServer object that is the parent of the LinkedServerLoginCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As LinkedServer
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.LinkedServer
A LinkedServer object that is the parent of the LinkedServerLoginCollection object.