Compartir a través de


SourceCodePosition.SourceName (Propiedad)

Obtiene el nombre del origen, normalmente un nombre de archivo.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String
Nombre de origen.

Seguridad de .NET Framework

Vea también

Referencia

SourceCodePosition Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)