IServerConfigurationFacet.UserOptions Property

 

Gets or sets the UserOptions property value.

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

Syntax

int UserOptions { get; set; }
property int UserOptions {
    int get();
    void set(int value);
}
abstract UserOptions : int with get, set
Property UserOptions As Integer

Property Value

Type: System.Int32

The UserOptions property value.

See Also

IServerConfigurationFacet Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top