ISql90Synonym 介面
模型化同義字。
命名空間: Microsoft.Data.Schema.Sql.SchemaModel
組件: Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)
語法
'宣告
Public Interface ISql90Synonym _
Inherits IModelNamed, ISqlOwnedObject, ISqlExtendedPropertyHost, ISqlSecurable, _
ISql90SynonymTarget, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, _
IModelEntity, IModelAnnotationHolder
public interface ISql90Synonym : IModelNamed,
ISqlOwnedObject, ISqlExtendedPropertyHost, ISqlSecurable, ISql90SynonymTarget, ISqlModelElement,
IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql90Synonym : IModelNamed,
ISqlOwnedObject, ISqlExtendedPropertyHost, ISqlSecurable, ISql90SynonymTarget, ISqlModelElement,
IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type ISql90Synonym =
interface
interface IModelNamed
interface ISqlOwnedObject
interface ISqlExtendedPropertyHost
interface ISqlSecurable
interface ISql90SynonymTarget
interface ISqlModelElement
interface IScriptSourcedModelElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
public interface ISql90Synonym extends IModelNamed, ISqlOwnedObject, ISqlExtendedPropertyHost, ISqlSecurable, ISql90SynonymTarget, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISql90Synonym 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
ElementClass | 取得項目的中繼資料類別。 (繼承自 IModelElement)。 | |
ExtendedProperties | 取得此物件的擴充屬性清單。 (繼承自 ISqlExtendedPropertyHost)。 | |
ForObject | 取得或設定同義字所參考的物件。 | |
ForObjectScript | 取得或設定同義字所參考物件的名稱。 | |
Model | 取得模型參考。 (繼承自 IModelEntity)。 | |
Name | 取得或設定項目的名稱。 (繼承自 IModelElement)。 | |
Owner | 取得或設定此物件的擁有者。 (繼承自 ISqlOwnedObject)。 | |
Permissions | 取得套用至此物件之使用權限的清單。 (繼承自 ISqlSecurable)。 | |
PrimarySource | 取得項目之主要來源的相關資訊。 (繼承自 IScriptSourcedModelElement)。 | |
ResolutionStatus | 取得或設定模型項目解析狀態的值。 (繼承自 IModelElement)。 | |
SecondarySources | 取得項目的次要來源清單。 (繼承自 IScriptSourcedModelElement)。 | |
SourceCodePositions | 取得定義這個項目的來源清單。 (繼承自 IModelElement)。 | |
Synonyms | 取得與此目標關聯的同義字清單。 (繼承自 ISql90SynonymTarget)。 | |
ValidationStatus | 取得或設定模型項目驗證狀態的值。 (繼承自 IModelElement)。 |
回頁首
方法
回頁首