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 nullnull 참조(Visual Basic에서는 Nothing).
공용 속성 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에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스