PackageClass.UpdateObjects Özelliği
Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.
Daha fazla bilgi için, bkz. Package.
Ad Alanı: Microsoft.SqlServer.Dts.Runtime.Wrapper
Derleme: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap içinde.dll)
Sözdizimi
'Bildirim
Public Overridable Property UpdateObjects As Boolean
Get
Set
'Kullanım
Dim instance As PackageClass
Dim value As Boolean
value = instance.UpdateObjects
instance.UpdateObjects = value
public virtual bool UpdateObjects { get; set; }
public:
virtual property bool UpdateObjects {
bool get ();
void set (bool value);
}
abstract UpdateObjects : bool with get, set
override UpdateObjects : bool with get, set
function get UpdateObjects () : boolean
function set UpdateObjects (value : boolean)
Özellik Değeri
Tür: System.Boolean