SuppressConfigurationWarnings 屬性
Indicates if warnings generated by configurations are suppressed.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Property SuppressConfigurationWarnings As Boolean
Get
Set
'用途
Dim instance As Package
Dim value As Boolean
value = instance.SuppressConfigurationWarnings
instance.SuppressConfigurationWarnings = value
public bool SuppressConfigurationWarnings { get; set; }
public:
property bool SuppressConfigurationWarnings {
bool get ();
void set (bool value);
}
member SuppressConfigurationWarnings : bool with get, set
function get SuppressConfigurationWarnings () : boolean
function set SuppressConfigurationWarnings (value : boolean)
屬性值
型別:System. . :: . .Boolean
true suppresses warnings by configurations.