Свойство ApplicationRoles
Gets a collection of all application roles that are defined in the database.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property ApplicationRoles As IMetadataCollection(Of IApplicationRole)
Get
'Применение
Dim instance As IDatabase
Dim value As IMetadataCollection(Of IApplicationRole)
value = instance.ApplicationRoles
IMetadataCollection<IApplicationRole> ApplicationRoles { get; }
property IMetadataCollection<IApplicationRole^>^ ApplicationRoles {
IMetadataCollection<IApplicationRole^>^ get ();
}
abstract ApplicationRoles : IMetadataCollection<IApplicationRole>
function get ApplicationRoles () : IMetadataCollection<IApplicationRole>
Значение свойства
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IApplicationRole> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IApplicationRole that contains all application roles defined in the database.
См. также