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 Init string defining the connection.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property InitString As StringLiteral
Get
Set
'Usage
Dim instance As AdHocDataSource
Dim value As StringLiteral
value = instance.InitString
instance.InitString = value
public StringLiteral InitString { get; set; }
public:
property StringLiteral^ InitString {
StringLiteral^ get ();
void set (StringLiteral^ value);
}
member InitString : StringLiteral with get, set
function get InitString () : StringLiteral
function set InitString (value : StringLiteral)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The Init string defining the connection.