Clase ParameterInfo
Represents a class for a parameter.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Public NotInheritable Class ParameterInfo _
Inherits SfcInstance
'Uso
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
El tipo ParameterInfo expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
AbstractIdentityKey | (Se hereda de SfcInstance.) | |
DataType | Gets the data type of the parameter. | |
DefaultValue | Gets or sets the default value. Can be nulles una referencia NULL (Nothing en 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 | (Se hereda de 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 | (Se hereda de SfcInstance.) | |
ProjectId | Gets the project ID of the parameter. | |
Properties | (Se hereda de 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 | (Se hereda de SfcInstance.) | |
Urn | (Se hereda de SfcInstance.) | |
ValidationStatus | Gets the validation status. | |
ValueSet | Gets or sets whether a parameter value is set. | |
ValueType | Gets the value type of the parameter. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Clear | Clears the parameter value on the client. | |
CreateIdentityKey | (Se hereda de SfcInstance.) | |
Discover | (Se hereda de SfcInstance.) | |
Equals | (Se hereda de Object.) | |
GetChildCollection | (Se hereda de SfcInstance.) | |
GetDomain | (Se hereda de SfcInstance.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectFactory | Retrieves the factory to create a new instance. | |
GetPropertySet | (Se hereda de SfcInstance.) | |
GetType | (Se hereda de Object.) | |
GetTypeMetadataImpl | (Se hereda de SfcInstance.) | |
InitializeUIPropertyState | (Se hereda de SfcInstance.) | |
OnPropertyMetadataChanges | (Se hereda de SfcInstance.) | |
OnPropertyValueChanges | (Se hereda de SfcInstance.) | |
Refresh | (Se hereda de SfcInstance.) | |
ResetKey | (Se hereda de SfcInstance.) | |
Serialize | (Se hereda de SfcInstance.) | |
Set | Sets the parameter value on the client. | |
ToString | (Se hereda de SfcInstance.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
PropertyChanged | (Se hereda de SfcInstance.) | |
PropertyMetadataChanged | (Se hereda de SfcInstance.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices