ParameterInfo Class
Represents a class for a parameter.
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcInstance
Microsoft.SqlServer.Management.IntegrationServices::ParameterInfo
| Name | Description | |
|---|---|---|
![]() | AbstractIdentityKey | (Inherited from SfcInstance.) |
![]() | DataType | Gets the data type of the parameter. |
![]() | DefaultValue | Gets or sets the default value. Can be null. |
![]() | Description | Gets the description of the parameter. |
![]() | DesignDefaultValue | Gets the design default value of the parameter. |
![]() | Id | Gets the parameter ID. |
![]() | IdentityKey | Gets the identity key of the parameter. |
![]() | Metadata | (Inherited from SfcInstance.) |
![]() | Name | Gets the name of the parameter. |
![]() | ObjectName | Gets the object name of the parameter. |
![]() | ObjectType | Gets the object type of the parameter. |
![]() | Parent | (Inherited from SfcInstance.) |
![]() | ProjectId | Gets the project ID of the parameter. |
![]() | Properties | (Inherited from SfcInstance.) |
![]() | ReferencedVariableName | Gets or sets the referenced variable name for the parameter. |
![]() | Required | Gets a value that indicates whether this parameter is required. |
![]() | Sensitive | Gets a value that indicates whether this parameter is sensitive. |
![]() | State | (Inherited from SfcInstance.) |
![]() | Urn | (Inherited from SfcInstance.) |
![]() | ValidationStatus | Gets the validation status. |
![]() | ValueSet | Gets or sets whether a parameter value is set. |
![]() | ValueType | Gets the value type of the parameter. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from SfcInstance.) |
![]() | PropertyMetadataChanged | (Inherited from SfcInstance.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





