ISql90AssemblySource.Source Property

Gets or sets the assembly source.

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

Syntax

'Declaration
Property Source As SqlElementSource
    Get
    Set
'Usage
Dim instance As ISql90AssemblySource
Dim value As SqlElementSource

value = instance.Source

instance.Source = value
SqlElementSource Source { get; set; }
property SqlElementSource^ Source {
    SqlElementSource^ get ();
    void set (SqlElementSource^ value);
}
function get Source () : SqlElementSource
function set Source (value : SqlElementSource)
abstract Source : SqlElementSource with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlElementSource
Returns a SqlElementSource.

.NET Framework Security

See Also

Reference

ISql90AssemblySource Interface

ISql90AssemblySource Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace