Класс ParameterInfo

Represents a class for a parameter.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
Public NotInheritable Class ParameterInfo _
    Inherits SfcInstance
'Применение
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

Тип ParameterInfo обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Защищенное свойство AbstractIdentityKey (Производный от SfcInstance.)
Открытое свойство DataType Gets the data type of the parameter.
Открытое свойство DefaultValue Gets or sets the default value. Can be nullпустая ссылка (Nothing в 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 (Производный от 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 (Производный от SfcInstance.)
Открытое свойство ProjectId Gets the project ID of the parameter.
Открытое свойство Properties (Производный от 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 (Производный от SfcInstance.)
Открытое свойство Urn (Производный от SfcInstance.)
Открытое свойство ValidationStatus Gets the validation status.
Открытое свойство ValueSet Gets or sets whether a parameter value is set.
Открытое свойство ValueType Gets the value type of the parameter.

В начало

Методы

  Имя Описание
Открытый метод Clear Clears the parameter value on the client.
Защищенный метод CreateIdentityKey (Производный от SfcInstance.)
Открытый метод Discover (Производный от SfcInstance.)
Открытый метод Equals (Производный от Object.)
Защищенный метод GetChildCollection (Производный от SfcInstance.)
Открытый метод GetDomain (Производный от SfcInstance.)
Открытый метод GetHashCode (Производный от Object.)
Открытый методСтатический элемент GetObjectFactory Retrieves the factory to create a new instance.
Открытый метод GetPropertySet (Производный от SfcInstance.)
Открытый метод GetType (Производный от Object.)
Защищенный метод GetTypeMetadataImpl (Производный от SfcInstance.)
Защищенный метод InitializeUIPropertyState (Производный от SfcInstance.)
Защищенный метод OnPropertyMetadataChanges (Производный от SfcInstance.)
Защищенный метод OnPropertyValueChanges (Производный от SfcInstance.)
Открытый метод Refresh (Производный от SfcInstance.)
Защищенный метод ResetKey (Производный от SfcInstance.)
Открытый метод Serialize (Производный от SfcInstance.)
Открытый метод Set Sets the parameter value on the client.
Открытый метод ToString (Производный от SfcInstance.)

В начало

События

  Имя Описание
Открытое событие PropertyChanged (Производный от SfcInstance.)
Открытое событие PropertyMetadataChanged (Производный от SfcInstance.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.IntegrationServices