Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property DataSource As AdhocDataSource
'Usage
Dim instance As AdhocTableSource
Dim value As AdhocDataSource
value = instance.DataSource
instance.DataSource = value
public AdhocDataSource DataSource { get; set; }
public:
property AdhocDataSource^ DataSource {
AdhocDataSource^ get ();
void set (AdhocDataSource^ value);
}
public function get DataSource () : AdhocDataSource
public function set DataSource (value : AdhocDataSource)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.AdhocDataSource
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.