Partager via


ISql90AssemblySource.Source, propriété

Obtient ou définit le binaire qui définit un assembly représenté sous forme de chaîne.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISql90AssemblySource Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms