共用方式為


ISourceInformation.SourceName 屬性

取得表示項目來自何處的檔名或其他唯一名稱。

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

語法

'宣告
ReadOnly Property SourceName As String
    Get
string SourceName { get; }
property String^ SourceName {
    String^ get ();
}
abstract SourceName : string
function get SourceName () : String

屬性值

型別:System.String
包含來源名稱的 string。

.NET Framework 安全性

請參閱

參考

ISourceInformation 介面

Microsoft.Data.Schema.SchemaModel 命名空間

IModelElement