Freigeben über


ParameterInfo-Klasse

Represents a read only copy of the parameter information so that applications can get parameter information without having to load the whole package object.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dts.Runtime.ParameterInfo

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public NotInheritable Class ParameterInfo
'Usage
Dim instance As ParameterInfo
public sealed class ParameterInfo
public ref class ParameterInfo sealed
[<SealedAttribute>]
type ParameterInfo =  class end
public final class ParameterInfo

Der ParameterInfo-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CreationName Gets the name used to create the ParameterInfo object.
Öffentliche Eigenschaft DataType Gets the data type of the ParameterInfo object.
Öffentliche Eigenschaft Description Gets the description of the ParameterInfo object.
Öffentliche Eigenschaft ID Gets the identifier of the ParameterInfo object which is a GUID.
Öffentliche Eigenschaft IncludeInDebugDump Gets a value that indicates whether the variable value for a user-defined variable or a system variable is included in the debug dump files.
Öffentliche Eigenschaft Name Gets the name of the ParameterInfo object.
Öffentliche Eigenschaft Required Gets a value that indicates whether the current parameter is a required parameter. If this value is true, a value must be assigned before a project or package can be executed.
Öffentliche Eigenschaft Sensitive Gets a value that indicates whether the current parameter contains a sensitive value. If this value is true, the project or package containing this parameter must be encrypted before saved to any kind of storages.
Öffentliche Eigenschaft Value Gets the value of the parameter object.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime-Namespace