Proprietà SourceCodePosition.SourceName

Ottiene il nome del database di origine, solitamente un nome file.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
Nome di origine.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SourceCodePosition Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel