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.