IDatabaseRole 介面
Represents a SQL Server database security role.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
Public Interface IDatabaseRole _
Inherits IDatabasePrincipal, IDatabaseOwnedObject, IDatabaseObject, IMetadataObject
'用途
Dim instance As IDatabaseRole
public interface IDatabaseRole : IDatabasePrincipal,
IDatabaseOwnedObject, IDatabaseObject, IMetadataObject
public interface class IDatabaseRole : IDatabasePrincipal,
IDatabaseOwnedObject, IDatabaseObject, IMetadataObject
type IDatabaseRole =
interface
interface IDatabasePrincipal
interface IDatabaseOwnedObject
interface IDatabaseObject
interface IMetadataObject
end
public interface IDatabaseRole extends IDatabasePrincipal, IDatabaseOwnedObject, IDatabaseObject, IMetadataObject
IDatabaseRole 型別公開下列成員。
屬性
| 名稱 | 說明 | |
|---|---|---|
![]() |
Database | Gets the IDatabase object that owns this object. (繼承自 IDatabaseOwnedObject。) |
![]() |
IsFixedRole | Gets a value that indicates whether the database role is a fixed role or a user-defined role. |
![]() |
IsSystemObject | Gets a value that indicates whether this is a system object. (繼承自 IDatabaseObject。) |
![]() |
Name | Gets the name of the metadata object. (繼承自 IMetadataObject。) |
![]() |
Owner | Gets the IDatabasePrincipal object that represents the owner of the database role. |
![]() |
Parent | Gets the IDatabaseObject object that is the parent of this object. (繼承自 IDatabaseObject。) |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > )(IDatabaseObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IDatabaseObjectVisitor<(Of <(<'T>)>)> object. (繼承自 IDatabaseObject。) |
![]() |
Accept< (Of < <' (T> ) > > )(IDatabaseOwnedObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IDatabaseOwnedObjectVisitor<(Of <(<'T>)>)> object. (繼承自 IDatabaseOwnedObject。) |
![]() |
Accept< (Of < <' (T> ) > > )(IMetadataObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (繼承自 IMetadataObject。) |
上層
.gif)
.gif)