Partager via


Classe ParameterInfo

Represents a class for a parameter.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ParameterInfo _
    Inherits SfcInstance
'Utilisation
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

Le type ParameterInfo expose les membres suivants.

Propriétés

  Nom Description
Propriété protégée AbstractIdentityKey (hérité de SfcInstance.)
Propriété publique DataType Gets the data type of the parameter.
Propriété publique DefaultValue Gets or sets the default value. Can be nullune référence Null (Nothing dans Visual Basic).
Propriété publique Description Gets the description of the parameter.
Propriété publique DesignDefaultValue Gets the design default value of the parameter.
Propriété publique Id Gets the parameter ID.
Propriété publique IdentityKey Gets the identity key of the parameter.
Propriété publique Metadata (hérité de SfcInstance.)
Propriété publique Name Gets the name of the parameter.
Propriété publique ObjectName Gets the object name of the parameter.
Propriété publique ObjectType Gets the object type of the parameter.
Propriété publique Parent (hérité de SfcInstance.)
Propriété publique ProjectId Gets the project ID of the parameter.
Propriété publique Properties (hérité de SfcInstance.)
Propriété publique ReferencedVariableName Gets or sets the referenced variable name for the parameter.
Propriété publique Required Gets a value that indicates whether this parameter is required.
Propriété publique Sensitive Gets a value that indicates whether this parameter is sensitive.
Propriété protégée State (hérité de SfcInstance.)
Propriété publique Urn (hérité de SfcInstance.)
Propriété publique ValidationStatus Gets the validation status.
Propriété publique ValueSet Gets or sets whether a parameter value is set.
Propriété publique ValueType Gets the value type of the parameter.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clear Clears the parameter value on the client.
Méthode protégée CreateIdentityKey (hérité de SfcInstance.)
Méthode publique Discover (hérité de SfcInstance.)
Méthode publique Equals (hérité de Object.)
Méthode protégée GetChildCollection (hérité de SfcInstance.)
Méthode publique GetDomain (hérité de SfcInstance.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publiqueMembre statique GetObjectFactory Retrieves the factory to create a new instance.
Méthode publique GetPropertySet (hérité de SfcInstance.)
Méthode publique GetType (hérité de Object.)
Méthode protégée GetTypeMetadataImpl (hérité de SfcInstance.)
Méthode protégée InitializeUIPropertyState (hérité de SfcInstance.)
Méthode protégée OnPropertyMetadataChanges (hérité de SfcInstance.)
Méthode protégée OnPropertyValueChanges (hérité de SfcInstance.)
Méthode publique Refresh (hérité de SfcInstance.)
Méthode protégée ResetKey (hérité de SfcInstance.)
Méthode publique Serialize (hérité de SfcInstance.)
Méthode publique Set Sets the parameter value on the client.
Méthode publique ToString (hérité de SfcInstance.)

Haut de la page

Événements

  Nom Description
Événement public PropertyChanged (hérité de SfcInstance.)
Événement public PropertyMetadataChanged (hérité de SfcInstance.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.IntegrationServices