共用方式為


ISql90Role 介面

模型化角色。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
Public Interface ISql90Role _
    Inherits ISqlRole, ISql90DatabaseSecurityPrincipal, ISql90SecurityPrincipal, ISqlDatabaseSecurityPrincipal,  _
    ISqlSecurityPrincipal, IModelNamed, ISql90ObjectAuthorizer, ISqlObjectAuthorizer, ISqlSecurable,  _
    ISqlExtendedPropertyHost, ISql90AuthorizedObject, ISqlAuthorizedObject, ISqlModelElement, IScriptSourcedModelElement,  _
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql90Role : ISqlRole, 
    ISql90DatabaseSecurityPrincipal, ISql90SecurityPrincipal, ISqlDatabaseSecurityPrincipal, ISqlSecurityPrincipal, IModelNamed, 
    ISql90ObjectAuthorizer, ISqlObjectAuthorizer, ISqlSecurable, ISqlExtendedPropertyHost, ISql90AuthorizedObject, 
    ISqlAuthorizedObject, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, 
    IModelEntity, IModelAnnotationHolder
public interface class ISql90Role : ISqlRole, 
    ISql90DatabaseSecurityPrincipal, ISql90SecurityPrincipal, ISqlDatabaseSecurityPrincipal, ISqlSecurityPrincipal, IModelNamed, 
    ISql90ObjectAuthorizer, ISqlObjectAuthorizer, ISqlSecurable, ISqlExtendedPropertyHost, ISql90AuthorizedObject, 
    ISqlAuthorizedObject, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, 
    IModelEntity, IModelAnnotationHolder
type ISql90Role =  
    interface
        interface ISqlRole
        interface ISql90DatabaseSecurityPrincipal
        interface ISql90SecurityPrincipal
        interface ISqlDatabaseSecurityPrincipal
        interface ISqlSecurityPrincipal
        interface IModelNamed
        interface ISql90ObjectAuthorizer
        interface ISqlObjectAuthorizer
        interface ISqlSecurable
        interface ISqlExtendedPropertyHost
        interface ISql90AuthorizedObject
        interface ISqlAuthorizedObject
        interface ISqlModelElement
        interface IScriptSourcedModelElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end
public interface ISql90Role extends ISqlRole, ISql90DatabaseSecurityPrincipal, ISql90SecurityPrincipal, ISqlDatabaseSecurityPrincipal, ISqlSecurityPrincipal, IModelNamed, ISql90ObjectAuthorizer, ISqlObjectAuthorizer, ISqlSecurable, ISqlExtendedPropertyHost, ISql90AuthorizedObject, ISqlAuthorizedObject, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder

ISql90Role 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 AuthorizedObjects 取得由此擁有者所授權的物件清單。 (繼承自 ISql90ObjectAuthorizer)。
公用屬性 AuthorizedObjects 取得與此授權者關聯的物件清單。 (繼承自 ISqlObjectAuthorizer)。
公用屬性 Authorizer 取得或設定物件的擁有者。 (繼承自 ISql90AuthorizedObject)。
公用屬性 Authorizer 取得或設定此物件的授權者。 (繼承自 ISqlAuthorizedObject)。
公用屬性 DefaultSchema 取得或設定授權者的預設結構描述。 (繼承自 ISql90ObjectAuthorizer)。
公用屬性 ElementClass 取得項目的中繼資料類別。 (繼承自 IModelElement)。
公用屬性 ExtendedProperties 取得此物件的擴充屬性清單。 (繼承自 ISqlExtendedPropertyHost)。
公用屬性 GrantedPermissions 取得套用至此安全性原則的使用權限清單。 (繼承自 ISqlSecurityPrincipal)。
公用屬性 Memberships 取得這個角色所參與之成員資格的清單。 (繼承自 ISqlRole)。
公用屬性 Model 取得模型參考。 (繼承自 IModelEntity)。
公用屬性 Name 取得或設定項目的名稱。 (繼承自 IModelElement)。
公用屬性 Permissions 取得套用至此物件之使用權限的清單。 (繼承自 ISqlSecurable)。
公用屬性 PrimarySource 取得項目之主要來源的相關資訊。 (繼承自 IScriptSourcedModelElement)。
公用屬性 ResolutionStatus 取得或設定模型項目解析狀態的值。 (繼承自 IModelElement)。
公用屬性 RoleMemberships 取得或設定角色成員資格。 (繼承自 ISqlDatabaseSecurityPrincipal)。
公用屬性 SecondarySources 取得項目的次要來源清單。 (繼承自 IScriptSourcedModelElement)。
公用屬性 SourceCodePositions 取得定義這個項目的來源清單。 (繼承自 IModelElement)。
公用屬性 ValidationStatus 取得或設定模型項目驗證狀態的值。 (繼承自 IModelElement)。

回頁首

方法

  名稱 說明
公用方法 AddAnnotation 將指定的附註加入至這個項目。 (繼承自 IModelAnnotationHolder)。
公用方法 Delete 從模型刪除這個執行個體。 (繼承自 IModelElement)。
公用方法 GetAnnotations() 傳回附加至這個項目之附註的清單。 (繼承自 IModelAnnotationHolder)。
公用方法 GetAnnotations(Type) 傳回指定型別之附加附註的清單。 (繼承自 IModelAnnotationHolder)。
公用方法 GetAnnotations(ModelIdentifier) 傳回具有指定識別項之附加附註的清單。 (繼承自 IModelAnnotationHolder)。
公用方法 GetAnnotations(ModelIdentifier, Type) (繼承自 IModelAnnotationHolder)。
公用方法 GetAnnotations<TType>() 傳回實作指定之附註型別且具有指定之模型識別項的所有附加模型附註。 (繼承自 IModelAnnotationHolder)。
公用方法 GetAnnotations<TType>(ModelIdentifier) (繼承自 IModelAnnotationHolder)。
公用方法 GetAuthorizedObjectsRelationship() 傳回 this 與關聯 ISql90AuthorizedObject 之間的 IModelReverseMultiRelationship。 (繼承自 ISql90ObjectAuthorizer)。
公用方法 GetAuthorizedObjectsRelationship() 傳回 this 與關聯 ISqlAuthorizedObject 之間的 IModelReverseMultiRelationship。 (繼承自 ISqlObjectAuthorizer)。
公用方法 GetAuthorizerRelationship() 傳回 this 與關聯 ISql90ObjectAuthorizer 之間的 IModelSingleRelationship。 (繼承自 ISql90AuthorizedObject)。
公用方法 GetAuthorizerRelationship() 傳回 this 與關聯 ISqlObjectAuthorizer 之間的 IModelSingleRelationship。 (繼承自 ISqlAuthorizedObject)。
公用方法 GetComposingChildren 傳回這個項目的組成子系清單。 (繼承自 IModelElement)。
公用方法 GetDefaultSchemaRelationship 傳回 this 與關聯 ISql90Schema 之間的 IModelSingleRelationship。 (繼承自 ISql90ObjectAuthorizer)。
公用方法 GetExtendedPropertiesRelationship 傳回 this 與關聯 ISqlExtendedProperty 之間的 IModelReverseMultiRelationship。 (繼承自 ISqlExtendedPropertyHost)。
公用方法 GetGrantedPermissionsRelationship 傳回 this 與關聯 ISqlPermissionStatement 之間的 IModelReverseMultiRelationship。 (繼承自 ISqlSecurityPrincipal)。
公用方法 GetHierarchicalChildren 傳回這個項目的階層式子系清單。 (繼承自 IModelElement)。
公用方法 GetMembershipsRelationship 傳回 this 與關聯 ISqlRoleMembership 之間的 IModelReverseMultiRelationship。 (繼承自 ISqlRole)。
公用方法 GetOwnerInfo 傳回項目擁有者的相關資訊。 (繼承自 IModelElement)。
公用方法 GetPermissionsRelationship 傳回 this 與關聯 ISqlPermissionStatement 之間的 IModelReverseMultiRelationship。 (繼承自 ISqlSecurable)。
公用方法 GetProperty<TProperty> 取得指定的屬性。 (繼承自 IModelPropertyContainer)。
公用方法 GetReferencedDanglingRelationshipEntries 傳回關聯性項目的清單,其中,這個項目位於關聯性的左邊,而關聯性的右邊沒有項目,或是右邊的項目不存在於模型中。 (繼承自 IModelElement)。
公用方法 GetReferencedElements 傳回與這個項目有關聯的項目清單,其中,這個項目位於關聯性的左邊。 (繼承自 IModelElement)。
公用方法 GetReferencedRelationshipEntries 傳回關聯性項目的清單,其中,這個項目位於左邊。 (繼承自 IModelElement)。
公用方法 GetReferencingElements 傳回與這個項目有關聯的項目清單,其中,這個項目位於右邊。 (繼承自 IModelElement)。
公用方法 GetReferencingRelationshipEntries 傳回關聯性項目的清單,其中,這個項目位於右邊。 (繼承自 IModelElement)。
公用方法 GetRelationship(ModelRelationshipClass) 使用提供的中繼資料,傳回所要求的關聯性。 (繼承自 IModelElement)。
公用方法 GetRelationship<TFrom, TTo>(ModelRelationshipClass) 傳回關聯性,其中,兩個相關項目是指定的型別。 (繼承自 IModelElement)。
公用方法 GetRelationshipEntrySources 傳回指定之關聯性的來源資訊集合。 (繼承自 IScriptSourcedModelElement)。
公用方法 GetRelationships 傳回這個項目中的關聯性清單。 (繼承自 IModelElement)。
公用方法 GetRoleMembershipsRelationship 傳回 this 與關聯 ISqlRoleMembership 之間的 IModelReverseMultiRelationship。 (繼承自 ISqlDatabaseSecurityPrincipal)。
公用方法 IsDeleted 指定是否已刪除物件。 (繼承自 IModelElement)。
公用方法 IsExternal 傳回值,這個值表示物件是否從外部來源載入,而不是結構描述模型的一部分。 (繼承自 IModelElement)。
公用方法 RemoveAnnotation 從這個模型項目移除指定的附註。 (繼承自 IModelAnnotationHolder)。
公用方法 SetProperty<TProperty> 設定指定的屬性。 (繼承自 IModelPropertyContainer)。

回頁首

請參閱

參考

Microsoft.Data.Schema.Sql.SchemaModel 命名空間