Classe ParameterInfo
Represents a class for a parameter.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
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
O tipo ParameterInfo expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
AbstractIdentityKey | (Herdado de SfcInstance.) | |
DataType | Gets the data type of the parameter. | |
DefaultValue | Gets or sets the default value. Can be nulluma referência nula (Nothing no 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 | (Herdado 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 | (Herdado de SfcInstance.) | |
ProjectId | Gets the project ID of the parameter. | |
Properties | (Herdado 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 | (Herdado de SfcInstance.) | |
Urn | (Herdado 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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clear | Clears the parameter value on the client. | |
CreateIdentityKey | (Herdado de SfcInstance.) | |
Discover | (Herdado de SfcInstance.) | |
Equals | (Herdado de Object.) | |
GetChildCollection | (Herdado de SfcInstance.) | |
GetDomain | (Herdado de SfcInstance.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectFactory | Retrieves the factory to create a new instance. | |
GetPropertySet | (Herdado de SfcInstance.) | |
GetType | (Herdado de Object.) | |
GetTypeMetadataImpl | (Herdado de SfcInstance.) | |
InitializeUIPropertyState | (Herdado de SfcInstance.) | |
OnPropertyMetadataChanges | (Herdado de SfcInstance.) | |
OnPropertyValueChanges | (Herdado de SfcInstance.) | |
Refresh | (Herdado de SfcInstance.) | |
ResetKey | (Herdado de SfcInstance.) | |
Serialize | (Herdado de SfcInstance.) | |
Set | Sets the parameter value on the client. | |
ToString | (Herdado de SfcInstance.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
PropertyChanged | (Herdado de SfcInstance.) | |
PropertyMetadataChanged | (Herdado de SfcInstance.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices