InsertSpecification.InsertOption 属性
Gets or sets the insert option.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property InsertOption As InsertOption
Get
Set
用法
Dim instance As InsertSpecification
Dim value As InsertOption
value = instance.InsertOption
instance.InsertOption = value
public InsertOption InsertOption { get; set; }
public:
property InsertOption InsertOption {
InsertOption get ();
void set (InsertOption value);
}
member InsertOption : InsertOption with get, set
function get InsertOption () : InsertOption
function set InsertOption (value : InsertOption)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.InsertOption
The insert option.