Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets a value that indicates whether this properties provider contains expressions.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
ReadOnly Property HasExpressions As Boolean
Get
'Usage
Dim instance As IDTSPropertiesProviderEx100
Dim value As Boolean
value = instance.HasExpressions
bool HasExpressions { get; }
property bool HasExpressions {
bool get ();
}
abstract HasExpressions : bool
function get HasExpressions () : boolean
Eigenschaftswert
Typ: System.Boolean
true if this properties provider contains expressions; otherwise, false.
Hinweise
For more information, see IDTSPropertiesProviderEx.