IExplorerViewColumn 介面

定義

顯示 ExplorerViewColumn 的屬性。

public interface class IExplorerViewColumn : Microsoft::SqlServer::Management::Explorer::IExplorerPropertyDescriptor
public interface IExplorerViewColumn : Microsoft.SqlServer.Management.Explorer.IExplorerPropertyDescriptor
type IExplorerViewColumn = interface
    interface IExplorerPropertyDescriptor
Public Interface IExplorerViewColumn
Implements IExplorerPropertyDescriptor
實作

屬性

DisplayName

取得將在資料行標頭和屬性檢視器中顯示的名稱。

(繼承來源 IExplorerPropertyDescriptor)
Index

取得或設定指定之總管檢視的索引。

Name

取得應該符合列舉值或 SFC (系統檔案檢查工具) 屬性名稱的名稱。

(繼承來源 IExplorerPropertyDescriptor)
Priority

取得屬性檢視器中的屬性順序。

(繼承來源 IExplorerPropertyDescriptor)
PropertyType

取得屬性的類型。

(繼承來源 IExplorerPropertyDescriptor)
SortOrder

取得或設定總管檢視的排序順序。

TargetType

取得選擇性屬性的目標值類型。

(繼承來源 IExplorerPropertyDescriptor)
TextAlign

取得或設定資料行中顯示之文字的水平對齊方式。

Visible

取得或設定值,這個值指出是否看得到資料行。

Width

取得或設定資料行的目前寬度。

方法

GetValue(IExplorerItem)

擷取原始屬性值,並指定類型轉換。

(繼承來源 IExplorerPropertyDescriptor)
GetValueAsImage(IExplorerItem)

將原始屬性值轉換為影像。

(繼承來源 IExplorerPropertyDescriptor)
GetValueAsString(IExplorerItem)

使用預設類型轉換子,將原始屬性值轉換為字串。

(繼承來源 IExplorerPropertyDescriptor)

適用於