ISql90AssemblyFile.Source-Eigenschaft

Ruft die Zeichenfolgendarstellung des Inhalts dieser Datei ab oder legt diese fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90AssemblyFile Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace