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