IDTSPackage100.SuppressConfigurationWarnings Özelliği
Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.
Bu arabirim tarafından uygulanan Package ve PackageNeutral arabirimleri.
Ad Alanı: Microsoft.SqlServer.Dts.Runtime.Wrapper
Derleme: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap içinde.dll)
Sözdizimi
'Bildirim
Property SuppressConfigurationWarnings As Boolean
Get
Set
'Kullanım
Dim instance As IDTSPackage100
Dim value As Boolean
value = instance.SuppressConfigurationWarnings
instance.SuppressConfigurationWarnings = value
bool SuppressConfigurationWarnings { get; set; }
property bool SuppressConfigurationWarnings {
bool get ();
void set (bool value);
}
abstract SuppressConfigurationWarnings : bool with get, set
function get SuppressConfigurationWarnings () : boolean
function set SuppressConfigurationWarnings (value : boolean)
Özellik Değeri
Tür: System.Boolean