Proprietà ISql90AssemblyFile.Source

Ottiene o imposta il contenuto di questo file, rappresentato come stringa.

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

Sintassi

'Dichiarazione
Property Source As SqlScriptProperty
    Get
    Set
SqlScriptProperty Source { get; set; }
property SqlScriptProperty^ Source {
    SqlScriptProperty^ get ();
    void set (SqlScriptProperty^ value);
}
abstract Source : SqlScriptProperty with get, set
function get Source () : SqlScriptProperty
function set Source (value : SqlScriptProperty)

Valore proprietà

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlScriptProperty

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90AssemblyFile Interfaccia

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