Поделиться через


Класс UserOptions

The UserOptions object represents a set configurable server options that relate specifically to users.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcElementTypeAttribute("UserOption")> _
Public NotInheritable Class UserOptions _
    Inherits SqlSmoObject _
    Implements IAlterable, IScriptable
'Применение
Dim instance As UserOptions
[SfcElementTypeAttribute("UserOption")]
public sealed class UserOptions : SqlSmoObject, 
    IAlterable, IScriptable
[SfcElementTypeAttribute(L"UserOption")]
public ref class UserOptions sealed : public SqlSmoObject, 
    IAlterable, IScriptable
[<SealedAttribute>]
[<SfcElementTypeAttribute("UserOption")>]
type UserOptions =  
    class
        inherit SqlSmoObject
        interface IAlterable
        interface IScriptable
    end
public final class UserOptions extends SqlSmoObject implements IAlterable, IScriptable

Замечания

To get or set UserOptions object properties, users can be a member of the public fixed server role. The setting applies to the current user.

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Иерархия наследования

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
    Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
      Microsoft.SqlServer.Management.Smo..::..UserOptions

Потоковая защита

Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.