Share via


ISql90AssemblySource.Source Property

Gets or sets the binary that defines an assembly, represented as a string.

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

Syntax

'Declaration
Property Source As SqlScriptProperty
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)

Property Value

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

.NET Framework Security

See Also

Reference

ISql90AssemblySource Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace