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.
Gets the value type of the parameter.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public Property ValueType As ParameterInfo.ParameterValueType
Get
Private Set
'Usage
Dim instance As ParameterInfo
Dim value As ParameterInfo.ParameterValueType
value = instance.ValueType
[SfcPropertyAttribute(Data = true)]
public ParameterInfo.ParameterValueType ValueType { get; private set; }
[SfcPropertyAttribute(Data = true)]
public:
property ParameterInfo.ParameterValueType ValueType {
ParameterInfo.ParameterValueType get ();
private: void set (ParameterInfo.ParameterValueType value);
}
[<SfcPropertyAttribute(Data = true)>]
member ValueType : ParameterInfo.ParameterValueType with get, private set
function get ValueType () : ParameterInfo.ParameterValueType
private function set ValueType (value : ParameterInfo.ParameterValueType)
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.ParameterValueType
The value type of the parameter.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace