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