UserOptions.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets the Server object that is the parent of the UserOptions object.

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

Syntax

[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Server Parent { get; internal set; }
public:
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
property Server^ Parent {
    Server^ get();
    internal: void set(Server^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : Server with get, internal set
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>
Public Property Parent As Server
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.SqlServer.Management.Smo.Server

A Server object value that specifies the parent of the UserOptions object.

Examples

Legacy Code Example

Configuring SQL Server in SMO

See Also

UserOptions Class
Microsoft.SqlServer.Management.Smo Namespace
Configuring SQL Server in SMO

Unable to find linked topic '18ec1bd8-1d3c-4b17-befb-a2cbb5524446'.

Return to top