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 a property value can be read.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
ReadOnly Property Get As Boolean
Get
'Usage
Dim instance As IDTSProperty100
Dim value As Boolean
value = instance.Get
bool Get { get; }
property bool Get {
bool get ();
}
abstract Get : bool
function get Get () : boolean
Eigenschaftswert
Typ: System.Boolean
true if a property value can be read; otherwise, false.
Hinweise
For more information, see DtsProperty.