共用方式為


SourceCodePosition.SourceName 屬性

取得來源的名稱,通常是檔案名稱。

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

語法

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

屬性值

型別:System.String
來源名稱。

.NET Framework 安全性

請參閱

參考

SourceCodePosition 類別

Microsoft.Data.Schema.SchemaModel 命名空間