AdHocDataSource.InitString 속성

Gets or sets the Init string defining the connection.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property InitString As StringLiteral 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

AdHocDataSource 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스