共用方式為


DataConnection.SourceInformation 屬性

提供擷取描述資料來源之特性的一組已知的名稱/值組的物件。

命名空間:  Microsoft.VisualStudio.Data
組件:  Microsoft.VisualStudio.Data (在 Microsoft.VisualStudio.Data.dll 中)

語法

'宣告
Public ReadOnly Property SourceInformation As DataSourceInformation
public DataSourceInformation SourceInformation { get; }
public:
property DataSourceInformation^ SourceInformation {
    DataSourceInformation^ get ();
}
member SourceInformation : DataSourceInformation
function get SourceInformation () : DataSourceInformation

屬性值

型別:Microsoft.VisualStudio.Data.DataSourceInformation
傳回 DataSourceInformation 物件執行個體,提供一組名稱/值組描述資料來源的特性。

.NET Framework 安全性

請參閱

參考

DataConnection 類別

Microsoft.VisualStudio.Data 命名空間