名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Property InitString As Literal
'使用
Dim instance As AdhocDataSource
Dim value As Literal
value = instance.InitString
instance.InitString = value
public Literal InitString { get; set; }
public:
property Literal^ InitString {
Literal^ get ();
void set (Literal^ value);
}
public function get InitString () : Literal
public function set InitString (value : Literal)
プロパティ値
型 : Microsoft.Data.Schema.ScriptDom.Sql.Literal