Proprietà SqlSourceInformation.SourceName

Ottiene il nome del file o un altro identificatore della cache univoco che indica il database di origine dell'elemento.

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

Sintassi

'Dichiarazione
Public ReadOnly Property SourceName As String
    Get
public string SourceName { get; }
public:
virtual property String^ SourceName {
    String^ get () sealed;
}
abstract SourceName : string
override SourceName : string
final function get SourceName () : String

Valore proprietà

Tipo: System.String

Implementa

ISourceInformation.SourceName

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlSourceInformation Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel