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.
Gets or sets the data source.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property DataSource As StringLiteral
Get
Set
'Usage
Dim instance As OpenRowsetTableReference
Dim value As StringLiteral
value = instance.DataSource
instance.DataSource = value
public StringLiteral DataSource { get; set; }
public:
property StringLiteral^ DataSource {
StringLiteral^ get ();
void set (StringLiteral^ value);
}
member DataSource : StringLiteral with get, set
function get DataSource () : StringLiteral
function set DataSource (value : StringLiteral)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The data source.