VstaHelper.SupportDebug Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether debugging is supported.
Namespace: Microsoft.SqlServer.IntegrationServices.VSTA
Assembly: Microsoft.SqlServer.IntegrationServices.VSTA (in Microsoft.SqlServer.IntegrationServices.VSTA.dll)
Syntax
'Declaration
Public ReadOnly Property SupportDebug As Boolean
Get
'Usage
Dim instance As VstaHelper
Dim value As Boolean
value = instance.SupportDebug
public bool SupportDebug { get; }
public:
virtual property bool SupportDebug {
bool get () sealed;
}
abstract SupportDebug : bool
override SupportDebug : bool
final function get SupportDebug () : boolean
Property Value
Type: System.Boolean
true if debugging is supported; otherwise, false.