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