Propriedade ISourceInformation.SourceName

Obtém o nome do arquivo ou outro nome exclusivo que indica onde o elemento se origina.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String
A string que contém o nome de origem.

Segurança do .NET Framework

Consulte também

Referência

ISourceInformation Interface

Namespace Microsoft.Data.Schema.SchemaModel

IModelElement