|
AddAnnotation |
將附註新增到模型。 (繼承自 ModelStore)。 |
|
AddCustomData |
將自訂資料加入至模型。 (繼承自 DataSchemaModel)。 |
|
AddScriptCacheForFile |
|
|
BeginBatchUpdate |
在批次更新作業開始時呼叫。 (覆寫 DataSchemaModel.BeginBatchUpdate()。) |
|
CleanupExternalProperty |
在衍生類別中實作時,當刪除項目時釋放外部屬性所使用的資源。 (繼承自 ModelStore)。 |
|
CreateAnnotation(Type) |
(繼承自 ModelStore)。 |
|
CreateAnnotation(ModelAnnotationClass) |
使用指定的附註中繼資料建立附註。 (繼承自 ModelStore)。 |
|
CreateAnnotation<TAnnotation>() |
(繼承自 ModelStore)。 |
|
CreateElement(Type) |
(繼承自 ModelStore)。 |
|
CreateElement(ModelElementClass) |
使用指定的項目中繼資料物件建立項目。 (繼承自 ModelStore)。 |
|
CreateElement<TElement>() |
(繼承自 ModelStore)。 |
|
CreateElementHandle |
(繼承自 ModelStore)。 |
|
CreateExternalElement(Type) |
建立外部項目。 (繼承自 ModelStore)。 |
|
CreateExternalElement(ModelElementClass) |
使用提供的項目中繼資料物件,建立外部項目。 (繼承自 ModelStore)。 |
|
CreateExternalElement<TElement>() |
建立指定型別的外部項目。 (繼承自 ModelStore)。 |
|
CreateExternalNamedElement(Type, ModelIdentifier) |
使用提供的型別和識別項,建立具名外部項目。 (繼承自 ModelStore)。 |
|
CreateExternalNamedElement(ModelElementClass, ModelIdentifier) |
使用提供的項目中繼資料物件和識別項,建立具名外部項目。 (繼承自 ModelStore)。 |
|
CreateExternalNamedElement<TElement>(ModelIdentifier) |
使用提供的項目中繼資料物件和識別項,建立指定之型別的具名外部項目。 (繼承自 ModelStore)。 |
|
CreateIdentifier(ICollection<String>) |
使用提供的部分名稱集合,建立唯一模型識別項。 (繼承自 ModelStore)。 |
|
CreateIdentifier(array<String[]) |
使用提供的部分名稱陣列,建立唯一模型識別項。 (繼承自 ModelStore)。 |
|
CreateIdentifier(Boolean, ICollection<String>) |
使用提供的名稱部分集合,建立唯一模型識別項。 (繼承自 ModelStore)。 |
|
CreateIdentifier(Boolean, array<String[]) |
使用提供之區分大小寫的指示和部分名稱的陣列,建立唯一模型識別項。 (繼承自 ModelStore)。 |
|
CreateIdentifier(IList<String>, ICollection<String>) |
使用提供的外部部分名稱清單、區分大小寫的指示和部分名稱的集合,建立唯一模型識別項。 (繼承自 ModelStore)。 |
|
CreateIdentifier(IList<String>, Boolean, ICollection<String>) |
使用提供的外部部分清單、區分大小寫的指示和部分名稱的集合,建立唯一模型識別項。 (繼承自 ModelStore)。 |
|
CreateIdentifier(IList<String>, Boolean, array<String[]) |
使用提供的外部部分名稱清單、區分大小寫的指示和部分名稱的陣列,建立唯一模型識別項。 (繼承自 ModelStore)。 |
|
CreateIdentifierHandle |
建立所提供之識別項的控制代碼。 (繼承自 ModelStore)。 |
|
CreateNamedAnnotation(Type, ModelIdentifier) |
使用提供的模型識別項,建立具名的 ModelAnnotation 物件。 (繼承自 ModelStore)。 |
|
CreateNamedAnnotation(ModelAnnotationClass, ModelIdentifier) |
使用提供的附註中繼資料物件和識別項,建立具名的 ModelAnnotation 物件。 (繼承自 ModelStore)。 |
|
CreateNamedAnnotation<TAnnotation>(ModelIdentifier) |
使用提供的模型識別項,建立具名的 ModelAnnotation 物件。 (繼承自 ModelStore)。 |
|
CreateNamedElement(Type, ModelIdentifier) |
(繼承自 ModelStore)。 |
|
CreateNamedElement(ModelElementClass, ModelIdentifier) |
(繼承自 ModelStore)。 |
|
CreateNamedElement<TElement>(ModelIdentifier) |
(繼承自 ModelStore)。 |
|
DecodeIdentifier(String) |
傳回識別項,這個識別項對應至所提供之字串的解碼值。 (繼承自 ModelStore)。 |
|
DeserializeExternalProperty |
還原序列化 SqlSchemaModel 支援的所有外部屬性。 (覆寫 ModelStore.DeserializeExternalProperty(XmlReader, ModelPropertyClass)。) |
|
Dispose() |
處置模型。 (繼承自 ModelStore)。 |
|
Dispose(Boolean) |
釋放資源。 (覆寫 DataSchemaModel.Dispose(Boolean)。) |
|
EndBatchUpdate |
在批次更新作業結束時呼叫。 (覆寫 DataSchemaModel.EndBatchUpdate()。) |
|
Equals |
判斷指定的 Object 和目前的 Object 是否相等。 (繼承自 Object)。 |
|
Finalize |
(繼承自 ModelStore)。 |
|
FixupAfterDeserialization |
從 .dbmdl 檔案進行還原序列化之後再執行其他動作,以確保模型的一致性。 (覆寫 ModelStore.FixupAfterDeserialization()。) |
|
FixupAfterXmlDeserialization |
從 XML 檔案進行還原序列化之後再執行其他動作,以確保模型的一致性。 (覆寫 DataSchemaModel.FixupAfterXmlDeserialization()。) |
|
FreeElementHandle |
釋放提供的項目控制代碼。 (繼承自 ModelStore)。 |
|
FreeIdentifierHandle |
釋放提供的項目控制代碼。 (繼承自 ModelStore)。 |
|
GetAllAnnotations() |
傳回所有附註的清單。 (繼承自 ModelStore)。 |
|
GetAllAnnotations(Type) |
(繼承自 ModelStore)。 |
|
GetAllAnnotations(ModelIdentifier) |
傳回以所提供識別項命名之所有附註的清單。 (繼承自 ModelStore)。 |
|
GetAllAnnotations(ModelIdentifier, Type) |
(繼承自 ModelStore)。 |
|
GetAnnotations() |
傳回模型上的所有附註。 (繼承自 ModelStore)。 |
|
GetAnnotations(Type) |
傳回實作特定型別之模型上的附註清單。 (繼承自 ModelStore)。 |
|
GetAnnotations(ModelIdentifier) |
傳回符合特定識別項之模型上的附註清單。 (繼承自 ModelStore)。 |
|
GetAnnotations(ModelIdentifier, Type) |
傳回具有指定之識別項名稱且實作指定之型別的所有附註。 (繼承自 ModelStore)。 |
|
GetCustomData() |
取得自訂資料清單。 (繼承自 DataSchemaModel)。 |
|
GetCustomData(String) |
使用提供的分類,取得自訂資料清單。 (繼承自 DataSchemaModel)。 |
|
GetCustomData(String, String) |
使用提供的分類和型別名稱,取得自訂資料清單。 (繼承自 DataSchemaModel)。 |
|
GetElementHandleTarget |
傳回由所提供之控制代碼識別的模型項目。 (繼承自 ModelStore)。 |
|
GetElements(ModelElementResolutionStatus) |
傳回具有特定解析狀態之存放區中的項目清單。 (繼承自 ModelStore)。 |
|
GetElements(ModelElementValidationStatus) |
傳回具有特定驗證狀態之存放區中的項目清單。 (繼承自 ModelStore)。 |
|
GetElements(Type, ModelElementQueryFilter) |
(繼承自 ModelStore)。 |
|
GetElements(ModelElementClass, ModelElementQueryFilter) |
傳回項目,這個項目共用由指定篩選條件所選取之指定的中繼資料物件。 (繼承自 ModelStore)。 |
|
GetElements(ModelElementResolutionStatus, Int32) |
傳回項目清單,這些項目是由具有特定解析狀態的計數所決定的。 (繼承自 ModelStore)。 |
|
GetElements(ModelElementValidationStatus, Int32) |
傳回項目清單,這些項目是由具有特定驗證狀態的計數所決定的。 (繼承自 ModelStore)。 |
|
GetElements(ModelIdentifier, ModelElementClass, ModelElementQueryFilter) |
(繼承自 ModelStore)。 |
|
GetElements(ModelIdentifier, ModelIdentifierGroup, ModelElementQueryFilter) |
(繼承自 ModelStore)。 |
|
GetElements(ModelIdentifier, Type, ModelElementQueryFilter) |
(繼承自 ModelStore)。 |
|
GetElements<TElement>(ModelElementQueryFilter) |
(繼承自 ModelStore)。 |
|
GetElements<TElement>(ModelIdentifier, ModelElementQueryFilter) |
(繼承自 ModelStore)。 |
|
GetElementsCount(ModelElementResolutionStatus) |
傳回符合特定狀態之存放區中的項目數量。 (繼承自 ModelStore)。 |
|
GetElementsCount(ModelElementValidationStatus) |
傳回符合特定狀態之存放區中的項目數量。 (繼承自 ModelStore)。 |
|
GetElementsFrom(String, ModelElementClass, ModelElementQueryFilter) |
(繼承自 ModelStore)。 |
|
GetElementsFrom(String, Type, ModelElementQueryFilter) |
(繼承自 ModelStore)。 |
|
GetElementsFrom<TElement>(String, ModelElementQueryFilter) |
(繼承自 ModelStore)。 |
|
GetElementsFromExternalSource |
取得外部原始檔中的項目。 (繼承自 DataSchemaModel)。 |
|
GetElementSources |
傳回特定項目的來源資訊。 (覆寫 DataSchemaModel.GetElementSources(IModelElement)。) |
|
GetExternalProperty<TProperty> |
為指定的模型項目取得特定類別的外部屬性。 (覆寫 ModelStore.GetExternalProperty<TProperty>(IModelElement, ModelPropertyClass)。) |
|
GetHashCode |
做為特定型別的雜湊函式。 (繼承自 Object)。 |
|
GetIdentifier(ICollection<String>) |
(繼承自 ModelStore)。 |
|
GetIdentifier(array<String[]) |
依範圍識別碼與清單取得模型中的識別項。 (繼承自 ModelStore)。 |
|
GetIdentifier(IList<String>, ICollection<String>) |
(繼承自 ModelStore)。 |
|
GetIdentifierHandleTarget |
(繼承自 ModelStore)。 |
|
GetObjectData |
將序列化目前 SqlSchemaModel 物件所需的資料填入 [System.Runtime.Serialization.SerializationInfo] 物件。 (覆寫 DataSchemaModel.GetObjectData(SerializationInfo, StreamingContext)。) |
|
GetRelationshipEntrySources |
傳回特定關聯性項目 (Entry) 的來源資訊。 (覆寫 DataSchemaModel.GetRelationshipEntrySources(IModelRelationshipEntry)。) |
|
GetType |
取得目前執行個體的 Type。 (繼承自 Object)。 |
|
InitializeReferenceConstructor |
呼叫以初始化參考建構函式。 (覆寫 DataSchemaModel.InitializeReferenceConstructor(DataSchemaModelHeader, DataSchemaModelConstructor)。) |
|
IsOwnedChildObjectType |
傳回值,這個值指出型別是否為結構描述繫結子物件。 |
|
IsOwnedObjectType |
傳回值,這個值指出型別是否為結構描述繫結物件。 |
|
LoadExternals |
從外部原始檔中載入模型項目,例如持續性模型。 (繼承自 DataSchemaModel)。 |
|
MemberwiseClone |
建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。 |
|
OnCustomDataAdded |
覆寫這個方法以處理加入的 SqlModelCapability 資料。 (覆寫 DataSchemaModel.OnCustomDataAdded(CustomSchemaData)。) |
|
OnCustomDataRemoved |
移除參考時,覆寫這個方法以處理額外名稱 (來自標示為 AliasedToDbo 或 GloballyScoped 的項目) 的移除。 (覆寫 DataSchemaModel.OnCustomDataRemoved(CustomSchemaData)。) |
|
OnModelElementChanged |
在模型項目變更時呼叫。 (繼承自 DataSchemaModel)。 |
|
OptimizeForInitialPopulation |
(繼承自 ModelStore)。 |
|
OptimizeForQuery |
(繼承自 ModelStore)。 |
|
RegisterForController |
註冊模型控制器。 (繼承自 DataSchemaModel)。 |
|
RemoveAnnotation |
從模型移除附註。 (繼承自 ModelStore)。 |
|
RemoveCustomData |
移除自訂資料。 (繼承自 DataSchemaModel)。 |
|
RemoveScriptCacheForFile |
移除與指定之檔案相關聯的指令碼快取。 |
|
Resolve() |
解析模型中的所有項目。 (覆寫 DataSchemaModel.Resolve()。) |
|
Resolve(Int32) |
解析指定的項目數目。 (覆寫 DataSchemaModel.Resolve(Int32)。) |
|
Serialize(TextWriter) |
(繼承自 DataSchemaModel)。 |
|
Serialize(TextWriter, IEnumerable<Type>) |
(繼承自 DataSchemaModel)。 |
|
Serialize(TextWriter, IEnumerable<Type>, Boolean) |
將資料結構描述模型寫入指定的輸出中。 (繼承自 DataSchemaModel)。 |
|
SerializeExternalProperty |
序列化 SqlSchemaModel 支援的所有外部屬性。 (覆寫 ModelStore.SerializeExternalProperty(XmlWriter, ModelPropertyClass, Object)。) |
|
SetExternalProperty<TProperty>(IModelElement, ModelPropertyClass, TProperty) |
(繼承自 ModelStore)。 |
|
SetExternalProperty<TProperty>(IModelElement, ModelPropertyClass, TProperty) |
(覆寫 ModelStore.SetExternalProperty<TProperty>(IModelElement, ModelPropertyClass, TProperty)。) |
|
TestWriteCount |
以特定值測試寫入計數。 (繼承自 ModelStore)。 |
|
ToString |
傳回表示目前物件的字串。 (繼承自 Object)。 |
|
UnloadExternals |
卸載指定之檔案的外部項目。 (繼承自 DataSchemaModel)。 |
|
UpdateSourceNamePrefixes |
(繼承自 ModelStore)。 |
|
ValidateWriteAccess |
驗證寫入存取權。 (繼承自 DataSchemaModel)。 |
|
ValidReferenceTranslator |
傳回值,這個值表示參考轉譯器是否可用於從另一個資料庫結構描述提供者轉譯為目前資料庫結構描述提供者。 (繼承自 DataSchemaModel)。 |