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.