Propriedade SourceCodePosition.SourceName

Obtém o nome da origem, geralmente um nome de arquivo.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public ReadOnly Property SourceName As String
    Get
public string SourceName { get; }
public:
property String^ SourceName {
    String^ get ();
}
member SourceName : string
function get SourceName () : String

Valor de propriedade

Tipo: System.String
O nome da fonte.

Segurança do .NET Framework

Consulte também

Referência

SourceCodePosition Classe

Namespace Microsoft.Data.Schema.SchemaModel