Partilhar via


Propriedade do RDL AdHocDataSource.InitString

Gets or sets the Init string defining the connection.

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

Sintaxe

'Declaração
Public Property InitString As StringLiteral 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The Init string defining the connection.

Consulte também

Referência

AdHocDataSource Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom