SqlUserInteractionServices 類別
提供顯示在使用者介面上的 SQL Server 特定資訊,例如圖示、項目名稱、副檔名等。
繼承階層架構
System.Object
Microsoft.Data.Schema.UserInteractionServices
Microsoft.Data.Schema.Sql.SqlUserInteractionServices
Microsoft.Data.Schema.Sql.Sql100UserInteractionServices
Microsoft.Data.Schema.Sql.Sql80UserInteractionServices
Microsoft.Data.Schema.Sql.Sql90UserInteractionServices
命名空間: Microsoft.Data.Schema.Sql
組件: Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)
語法
'宣告
Public MustInherit Class SqlUserInteractionServices _
Inherits UserInteractionServices
public abstract class SqlUserInteractionServices : UserInteractionServices
public ref class SqlUserInteractionServices abstract : public UserInteractionServices
[<AbstractClass>]
type SqlUserInteractionServices =
class
inherit UserInteractionServices
end
public abstract class SqlUserInteractionServices extends UserInteractionServices
SqlUserInteractionServices 型別會公開下列成員。
建構函式
回頁首
屬性
回頁首
方法
|
Equals |
判斷指定的 Object 和目前的 Object 是否相等。 (繼承自 Object)。 |
|
Finalize |
允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。 |
|
GetDisplayName(ModelIdentifier, Boolean, Boolean) |
傳回識別項的顯示名稱,指定是否在名稱上使用逸出字元,以及提供完整名稱還是簡短版本。 (繼承自 UserInteractionServices)。 |
|
GetDisplayName(ModelIdentifier, Boolean, Boolean, Int32) |
傳回識別項的顯示名稱。 (繼承自 UserInteractionServices)。 |
|
GetElementName(IModelElement, ElementNameStyle) |
傳回所指定項目的項目名稱。 (繼承自 UserInteractionServices)。 |
|
GetElementName(IModelElement, Boolean, Boolean, Boolean) |
傳回指定之模型項目的項目名稱。 (覆寫 UserInteractionServices.GetElementName(IModelElement, Boolean, Boolean, Boolean)。) |
|
GetElementName(IModelElement, Boolean, Boolean, Boolean, Int32) |
傳回所指定項目的項目名稱。 (繼承自 UserInteractionServices)。 |
|
GetElementTypeDescription |
傳回項目型別描述。 (覆寫 UserInteractionServices.GetElementTypeDescription(ModelElementClass)。) |
|
GetErrorMessageName |
傳回指定之錯誤訊息的名稱。 |
|
GetEscapedNameString |
傳回逸出名稱字串。 (覆寫 UserInteractionServices.GetEscapedNameString(String)。) |
|
GetFileExtension |
傳回指定之 ModelElementClass 的副檔名。 (覆寫 UserInteractionServices.GetFileExtension(ModelElementClass)。) |
|
GetFolderIcon |
傳回根據提供的樣式指示選取的點陣圖圖示。 (繼承自 UserInteractionServices)。 |
|
GetFolderName |
傳回指定之 ModelElementClass 的資料夾名稱。 (覆寫 UserInteractionServices.GetFolderName(ModelElementClass)。) |
|
GetHashCode |
做為特定型別的雜湊函式。 (繼承自 Object)。 |
|
GetIcon(IModelElement) |
傳回在 UI 中使用的圖示點陣圖,以符合所提供的項目。 (繼承自 UserInteractionServices)。 |
|
GetIcon(ModelElementClass) |
傳回在 UI 中使用的圖示點陣圖,以符合所提供的項目。 (繼承自 UserInteractionServices)。 |
|
GetIcon(IModelElement, ElementIconState) |
傳回在 UI 中使用的圖示點陣圖,以符合提供的項目和圖示狀態。 (繼承自 UserInteractionServices)。 |
|
GetIcon(ModelElementClass, ElementIconState) |
傳回指定之 ModelElementClass 和狀態的圖示。 (覆寫 UserInteractionServices.GetIcon(ModelElementClass, ElementIconState)。) |
|
GetInlineConstraintElementName |
傳回指定之內嵌條件約束的名稱。 |
|
GetNameString |
傳回名稱,並在要求時逸出字串。 (繼承自 UserInteractionServices)。 |
|
GetParameterName |
取得指定之參數的名稱。 |
|
GetProcedureName |
取得指定之預存程序的名稱。 |
|
GetRelatedElementTypeDescription |
傳回所提供關聯性中相關物件的描述。 (繼承自 UserInteractionServices)。 |
|
GetSqlCollations |
傳回 SQL Server 定序。 |
|
GetType |
取得目前執行個體的 Type。 (繼承自 Object)。 |
|
GetTypeSpecifierName |
取得指定之型別規範的名稱。 |
|
Initialize |
初始化方法,以設定 UIInfo 對應和介面型別對應。 |
|
InitializeInterfaceUIInfoMap |
將介面加入 UIInfo 對應。 |
|
MakeIconTransparent |
使用 TransparentColor 屬性的值,讓提供的圖示變為透明。 (繼承自 UserInteractionServices)。 |
|
MemberwiseClone |
建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。 |
|
ToString |
傳回表示目前物件的字串。 (繼承自 Object)。 |
|
TryConstructConnectionStringAndProvider |
用來取得 SQL Server 特定連接字串和 SQL Server 提供者 (覆寫 UserInteractionServices.TryConstructConnectionStringAndProvider(String, String, Guid%, String%)。) |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。
請參閱
參考
Microsoft.Data.Schema.Sql 命名空間