共用方式為


SqlRuleStore 類別

定義

public ref class SqlRuleStore : Microsoft::RuleEngine::RuleStore
public class SqlRuleStore : Microsoft.RuleEngine.RuleStore
type SqlRuleStore = class
    inherit RuleStore
Public Class SqlRuleStore
Inherits RuleStore
繼承
SqlRuleStore

建構函式

SqlRuleStore(String, IRuleLanguageConverter)
SqlRuleStore(String, WindowsIdentity, IRuleLanguageConverter)
SqlRuleStore(String, WindowsIdentity)
SqlRuleStore(String)

屬性

Converter (繼承來源 RuleStore)
Credentials (繼承來源 RuleStore)
Location (繼承來源 RuleStore)

方法

Add(RuleSet, Boolean)
Add(RuleSet) (繼承來源 RuleStore)
Add(RuleSetDictionary, Boolean)
Add(RuleSetDictionary, VocabularyDictionary, Boolean)
Add(RuleSetDictionary) (繼承來源 RuleStore)
Add(Vocabulary, Boolean)
Add(Vocabulary) (繼承來源 RuleStore)
Add(VocabularyDictionary, Boolean)
Add(VocabularyDictionary) (繼承來源 RuleStore)
DisableAuthorization()
EnableAuthorization()
GetAllAuthorizationGroups()
GetAuthorizationGroup(String)
GetDependentRuleSets(VocabularyInfo)
GetDependentVocabularies(VocabularyInfo)
GetReferencedVocabularies(RuleSetInfo)
GetReferencedVocabularies(VocabularyInfo)
GetRuleSet(RuleSetInfo)
GetRuleSetAsBrl(RuleSetInfo)
GetRuleSetAuthorizations(RuleSetInfo)
GetRuleSets(RuleStore+Filter)
GetRuleSets(String, RuleStore+Filter)
GetRuleSetsInternal(SqlConnection, SqlTransaction, String, RuleStore+Filter)
GetVocabularies(RuleStore+Filter)
GetVocabularies(String, RuleStore+Filter)
GetVocabulariesInternal(SqlConnection, SqlTransaction, String, RuleStore+Filter)
GetVocabulary(VocabularyInfo)
GetVocabularyAuthorizations(VocabularyInfo)
IsAuthorizationEnabled()
IsRuleSetAccessible(RuleSetInfo)
IsVocabularyAccessible(VocabularyInfo)
Publish(RuleSet) (繼承來源 RuleStore)
Publish(RuleSetDictionary, VocabularyDictionary) (繼承來源 RuleStore)
Publish(RuleSetDictionary) (繼承來源 RuleStore)
Publish(RuleSetInfo)
Publish(RuleSetInfoCollection, VocabularyInfoCollection)
Publish(RuleSetInfoCollection)
Publish(Vocabulary) (繼承來源 RuleStore)
Publish(VocabularyDictionary) (繼承來源 RuleStore)
Publish(VocabularyInfo)
Publish(VocabularyInfoCollection)
Remove(RuleSet) (繼承來源 RuleStore)
Remove(RuleSetDictionary) (繼承來源 RuleStore)
Remove(RuleSetInfo)
Remove(RuleSetInfoCollection)
Remove(Vocabulary) (繼承來源 RuleStore)
Remove(VocabularyDictionary) (繼承來源 RuleStore)
Remove(VocabularyInfo)
Remove(VocabularyInfoCollection)
RemoveAuthorizationGroups(AuthorizationGroup[])
RemoveAuthorizationGroups(AuthorizationGroupCollection)
Save(RuleSet, Boolean) (繼承來源 RuleStore)
Save(RuleSet) (繼承來源 RuleStore)
Save(RuleSetDictionary, Boolean) (繼承來源 RuleStore)
Save(RuleSetDictionary, VocabularyDictionary, Boolean) (繼承來源 RuleStore)
Save(RuleSetDictionary) (繼承來源 RuleStore)
Save(Vocabulary, Boolean) (繼承來源 RuleStore)
Save(Vocabulary) (繼承來源 RuleStore)
Save(VocabularyDictionary, Boolean) (繼承來源 RuleStore)
Save(VocabularyDictionary) (繼承來源 RuleStore)
SaveAuthorizationGroups(AuthorizationGroup[])
SaveAuthorizationGroups(AuthorizationGroupCollection)
SetRuleSetAuthorizations(RuleSetInfo, AuthorizationGroup[])
SetRuleSetAuthorizations(RuleSetInfo, AuthorizationGroupCollection)
SetRuleSetAuthorizations(String, AuthorizationGroup[])
SetRuleSetAuthorizations(String, AuthorizationGroupCollection)
SetVocabularyAuthorizations(String, AuthorizationGroup[])
SetVocabularyAuthorizations(String, AuthorizationGroupCollection)
SetVocabularyAuthorizations(VocabularyInfo, AuthorizationGroup[])
SetVocabularyAuthorizations(VocabularyInfo, AuthorizationGroupCollection)

適用於