UpdateStatement.UpdateSpecification 屬性
Gets or sets the properties for Update.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property UpdateSpecification As UpdateSpecification
Get
Set
'用途
Dim instance As UpdateStatement
Dim value As UpdateSpecification
value = instance.UpdateSpecification
instance.UpdateSpecification = value
public UpdateSpecification UpdateSpecification { get; set; }
public:
property UpdateSpecification^ UpdateSpecification {
UpdateSpecification^ get ();
void set (UpdateSpecification^ value);
}
member UpdateSpecification : UpdateSpecification with get, set
function get UpdateSpecification () : UpdateSpecification
function set UpdateSpecification (value : UpdateSpecification)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.UpdateSpecification
The properties for update.