Propriedade do RDL IServerConfigurationFacet.UserOptions

Gets or sets the UserOptions property value.

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

Sintaxe

'Declaração
Property UserOptions As Integer 
    Get 
    Set
'Uso
Dim instance As IServerConfigurationFacet 
Dim value As Integer 

value = instance.UserOptions

instance.UserOptions = value
int UserOptions { get; set; }
property int UserOptions {
    int get ();
    void set (int value);
}
abstract UserOptions : int with get, set
function get UserOptions () : int 
function set UserOptions (value : int)

Valor da propriedade

Tipo: System.Int32
The UserOptions property value.

Consulte também

Referência

IServerConfigurationFacet Interface

Namespace Microsoft.SqlServer.Management.Smo