共用方式為


ServerUserProfiles 列舉

The ServerUserProfiles enumeration contains values that are used to specify user profiles on the server.

此列舉有一個允許其成員值為位元組合的 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 All types of profiles.
CreateDatabase Creates a Create Database profile.
CreateXP Creates a Create Extended Stored Procedure profile.
None No profile is created.
SALogin System administrator login profile.

備註

The ServerUserProfiles class is served by the UserProfile property.

請參閱

參考

Microsoft.SqlServer.Management.Common 命名空間