Właściwość IServerConfigurationFacet.UserOptions
Pobiera lub ustawia wartość właściwość UserOptions.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Property UserOptions As Integer
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int32
Int32
Zobacz także