Метод EnumMembers
Returns a list of database users that are members of the database role.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Function EnumMembers As StringCollection
'Применение
Dim instance As DatabaseRole
Dim returnValue As StringCollection
returnValue = instance.EnumMembers()
public StringCollection EnumMembers()
public:
StringCollection^ EnumMembers()
member EnumMembers : unit -> StringCollection
public function EnumMembers() : StringCollection
Возвращаемое значение
Тип: System.Collections.Specialized. . :: . .StringCollection
A StringCollection system object value that contains information about the members of the database role.
См. также