PackageClass.UpdatePackage Ö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 UpdatePackage As Boolean
Get
Set
'Kullanım
Dim instance As PackageClass
Dim value As Boolean
value = instance.UpdatePackage
instance.UpdatePackage = value
public virtual bool UpdatePackage { get; set; }
public:
virtual property bool UpdatePackage {
bool get ();
void set (bool value);
}
abstract UpdatePackage : bool with get, set
override UpdatePackage : bool with get, set
function get UpdatePackage () : boolean
function set UpdatePackage (value : boolean)
Özellik Değeri
Tür: System.Boolean