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