ServerUserProfiles 列挙体

ServerUserProfiles 列挙は、サーバー上のユーザー プロファイルを指定するために使用する値を格納します。

この列挙体には、メンバー値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。

名前空間:  Microsoft.SqlServer.Management.Common
アセンブリ:  Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)

構文

'宣言
<FlagsAttribute> _
Public Enumeration ServerUserProfiles
'使用
Dim instance As ServerUserProfiles
[FlagsAttribute]
public enum ServerUserProfiles
[FlagsAttribute]
public enum class ServerUserProfiles
[<FlagsAttribute>]
type ServerUserProfiles
public enum ServerUserProfiles

メンバー

メンバー名 説明
All すべての種類のプロファイルです。
CreateDatabase データベース作成プロファイルを作成します。
CreateXP 拡張ストアド プロシージャ作成プロファイルを作成します。
None プロファイルは作成されません。
SALogin システム管理者ログイン プロファイルです。

説明

ServerUserProfiles クラスは、UserProfile プロパティによって処理されます。

関連項目

参照

Microsoft.SqlServer.Management.Common 名前空間