ParameterInfo.ValueType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the value type: literal or referenced variable name.
public:
property Microsoft::SqlServer::Management::IntegrationServices::ParameterInfo::ParameterValueType ValueType { Microsoft::SqlServer::Management::IntegrationServices::ParameterInfo::ParameterValueType get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.ParameterValueType ValueType { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.ValueType : Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.ParameterValueType
Public ReadOnly Property ValueType As ParameterInfo.ParameterValueType
Property Value
The value type of the parameter.
- Attributes