ConnectionManager.HasExpressions Propiedad
Gets a value that indicates whether the connection manager has properties set through expressions.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public ReadOnly Property HasExpressions As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
true if the connection manager has properties set through expressions; otherwise, false.
Implementa
IDTSPropertiesProviderEx.HasExpressions