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