Proprietà ISourceInformation.SourceName
Ottiene il nome file o un altro nome univoco che indica l'origine dell'elemento.
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
ReadOnly Property SourceName As String
Get
string SourceName { get; }
property String^ SourceName {
String^ get ();
}
abstract SourceName : string
function get SourceName () : String
Valore proprietà
Tipo: System.String
Oggetto string che contiene il nome di origine.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
ISourceInformation Interfaccia