Freigeben über


ConnectionManager.HasExpressions-Eigenschaft

Gets a value that indicates whether the connection manager has properties set through expressions.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public ReadOnly Property HasExpressions As Boolean 
    Get
'Usage
Dim instance As ConnectionManager 
Dim value As Boolean 

value = instance.HasExpressions
public bool HasExpressions { get; }
public:
virtual property bool HasExpressions {
    bool get () sealed;
}
abstract HasExpressions : bool 
override HasExpressions : bool
final function get HasExpressions () : boolean

Eigenschaftswert

Typ: System.Boolean
true if the connection manager has properties set through expressions; otherwise, false.

Implementiert

IDTSPropertiesProviderEx.HasExpressions

Siehe auch

Verweis

ConnectionManager Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace