共用方式為


UserOptions.Parent 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As Server 
    Get 
    Friend Set
'用途
Dim instance As UserOptions 
Dim value As Server 

value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Server Parent { get; internal set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property Server^ Parent {
    Server^ get ();
    internal: void set (Server^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : Server with get, internal set
function get Parent () : Server 
internal function set Parent (value : Server)

屬性值

型別:Microsoft.SqlServer.Management.Smo.Server
A Server object value that specifies the parent of the UserOptions object.

範例

在 SMO 中設定 SQL Server

請參閱

參考

UserOptions 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

在 SMO 中設定 SQL Server

NIB user options 選項