ParameterInfo Class
Represents a class for a parameter.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public NotInheritable Class ParameterInfo _
Inherits SfcInstance
'Usage
Dim instance As ParameterInfo
public sealed class ParameterInfo : SfcInstance
public ref class ParameterInfo sealed : public SfcInstance
[<SealedAttribute>]
type ParameterInfo =
class
inherit SfcInstance
end
public final class ParameterInfo extends SfcInstance
The ParameterInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
AbstractIdentityKey | (Inherited from SfcInstance.) | |
DataType | Gets the data type of the parameter. | |
DefaultValue | Gets or sets the default value. Can be nulla null reference (Nothing in Visual Basic). | |
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. |
Top
Methods
Name | Description | |
---|---|---|
Clear | Clears the parameter value on the client. | |
CreateIdentityKey | (Inherited from SfcInstance.) | |
Discover | (Inherited from SfcInstance.) | |
Equals | (Inherited from Object.) | |
GetChildCollection | (Inherited from SfcInstance.) | |
GetDomain | (Inherited from SfcInstance.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectFactory | Retrieves the factory to create a new instance. | |
GetPropertySet | (Inherited from SfcInstance.) | |
GetType | (Inherited from Object.) | |
GetTypeMetadataImpl | (Inherited from SfcInstance.) | |
InitializeUIPropertyState | (Inherited from SfcInstance.) | |
OnPropertyMetadataChanges | (Inherited from SfcInstance.) | |
OnPropertyValueChanges | (Inherited from SfcInstance.) | |
Refresh | (Inherited from SfcInstance.) | |
ResetKey | (Inherited from SfcInstance.) | |
Serialize | (Inherited from SfcInstance.) | |
Set | Sets the parameter value on the client. | |
ToString | (Inherited from SfcInstance.) |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from SfcInstance.) | |
PropertyMetadataChanged | (Inherited from SfcInstance.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace