Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the Server object that is the parent of the LinkedServerLogin object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As LinkedServer
Get
Set
'Usage
Dim instance As LinkedServerLogin
Dim value As LinkedServer
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public LinkedServer Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property LinkedServer^ Parent {
LinkedServer^ get ();
void set (LinkedServer^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : LinkedServer with get, set
function get Parent () : LinkedServer
function set Parent (value : LinkedServer)
Property Value
Type: Microsoft.SqlServer.Management.Smo.LinkedServer
A Server object value that specifies the parent of the LinkedServerLogin object.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace