EnumMembers メソッド
SQL Server のインスタンスのサーバー ロールとデータベース ロールのメンバの一覧を列挙します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Function EnumMembers ( _
roleType As RoleTypes _
) As StringCollection
'使用
Dim instance As Server
Dim roleType As RoleTypes
Dim returnValue As StringCollection
returnValue = instance.EnumMembers(roleType)
public StringCollection EnumMembers(
RoleTypes roleType
)
public:
StringCollection^ EnumMembers(
RoleTypes roleType
)
member EnumMembers :
roleType:RoleTypes -> StringCollection
public function EnumMembers(
roleType : RoleTypes
) : StringCollection
パラメーター
- roleType
型: Microsoft.SqlServer.Management.Smo. . :: . .RoleTypes
結果の限定対象となるロールの種類を示す RoleTypes オブジェクトの値です。
戻り値
型: System.Collections.Specialized. . :: . .StringCollection
メンバとメンバが属するロールの一覧を含む StringCollection オブジェクトの値です。
説明
このメソッドを使用して、サーバー ロール、データベース ロール、またはその両方のメンバの一覧を取得します。