Aracılığıyla paylaş


UserOptions Class

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

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

Syntax

'Bildirim
<SfcElementTypeAttribute("UserOption")> _
Public NotInheritable Class UserOptions
    Inherits SqlSmoObject
    Implements IAlterable, IScriptable
[SfcElementTypeAttribute("UserOption")] 
public sealed class UserOptions : SqlSmoObject, IAlterable, IScriptable
[SfcElementTypeAttribute(L"UserOption")] 
public ref class UserOptions sealed : public SqlSmoObject, IAlterable, IScriptable
/** @attribute SfcElementTypeAttribute("UserOption") */ 
public final class UserOptions extends SqlSmoObject implements IAlterable, IScriptable
SfcElementTypeAttribute("UserOption") 
public final class UserOptions extends SqlSmoObject implements IAlterable, IScriptable

Remarks

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.

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.