AdHocDataSource.InitString Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the Init string defining the connection.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public StringLiteral InitString { get; set; }
public:
property StringLiteral^ InitString {
    StringLiteral^ get();
    void set(StringLiteral^ value);
}
member InitString : StringLiteral with get, set
Public Property InitString As StringLiteral

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral

The Init string defining the connection.

See Also

AdHocDataSource Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top