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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。