Compartir a través de


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
Propiedad protegida AbstractIdentityKey (Se hereda de SfcInstance.)
Propiedad pública DataType Gets the data type of the parameter.
Propiedad pública DefaultValue Gets or sets the default value. Can be nulles una referencia NULL (Nothing en Visual Basic)..
Propiedad pública Description Gets the description of the parameter.
Propiedad pública DesignDefaultValue Gets the design default value of the parameter.
Propiedad pública Id Gets the parameter ID.
Propiedad pública IdentityKey Gets the identity key of the parameter.
Propiedad pública Metadata (Se hereda de SfcInstance.)
Propiedad pública Name Gets the name of the parameter.
Propiedad pública ObjectName Gets the object name of the parameter.
Propiedad pública ObjectType Gets the object type of the parameter.
Propiedad pública Parent (Se hereda de SfcInstance.)
Propiedad pública ProjectId Gets the project ID of the parameter.
Propiedad pública Properties (Se hereda de SfcInstance.)
Propiedad pública ReferencedVariableName Gets or sets the referenced variable name for the parameter.
Propiedad pública Required Gets a value that indicates whether this parameter is required.
Propiedad pública Sensitive Gets a value that indicates whether this parameter is sensitive.
Propiedad protegida State (Se hereda de SfcInstance.)
Propiedad pública Urn (Se hereda de SfcInstance.)
Propiedad pública ValidationStatus Gets the validation status.
Propiedad pública ValueSet Gets or sets whether a parameter value is set.
Propiedad pública ValueType Gets the value type of the parameter.

Arriba

Métodos

  Nombre Descripción
Método público Clear Clears the parameter value on the client.
Método protegido CreateIdentityKey (Se hereda de SfcInstance.)
Método público Discover (Se hereda de SfcInstance.)
Método público Equals (Se hereda de Object.)
Método protegido GetChildCollection (Se hereda de SfcInstance.)
Método público GetDomain (Se hereda de SfcInstance.)
Método público GetHashCode (Se hereda de Object.)
Método públicoMiembro estático GetObjectFactory Retrieves the factory to create a new instance.
Método público GetPropertySet (Se hereda de SfcInstance.)
Método público GetType (Se hereda de Object.)
Método protegido GetTypeMetadataImpl (Se hereda de SfcInstance.)
Método protegido InitializeUIPropertyState (Se hereda de SfcInstance.)
Método protegido OnPropertyMetadataChanges (Se hereda de SfcInstance.)
Método protegido OnPropertyValueChanges (Se hereda de SfcInstance.)
Método público Refresh (Se hereda de SfcInstance.)
Método protegido ResetKey (Se hereda de SfcInstance.)
Método público Serialize (Se hereda de SfcInstance.)
Método público Set Sets the parameter value on the client.
Método público ToString (Se hereda de SfcInstance.)

Arriba

Eventos

  Nombre Descripción
Evento público PropertyChanged (Se hereda de SfcInstance.)
Evento público 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