Partilhar via


Propriedade SqlSourceInformation.SourceName

Obtém o nome do arquivo ou outro identificador exclusivo do cache que indica a origem do elemento.

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

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: System.String

Implementações

ISourceInformation.SourceName

Segurança do .NET Framework

Consulte também

Referência

SqlSourceInformation Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel