共用方式為


ParameterInfo.Name 屬性

Gets the name of the parameter.

命名空間:  Microsoft.SqlServer.Management.IntegrationServices
組件:  Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

語法

'宣告
<SfcKeyAttribute()> _
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Name As String 
    Get
'用途
Dim instance As ParameterInfo 
Dim value As String 

value = instance.Name
[SfcKeyAttribute()]
[SfcPropertyAttribute(Data = true)]
public string Name { get; }
[SfcKeyAttribute()]
[SfcPropertyAttribute(Data = true)]
public:
property String^ Name {
    String^ get ();
}
[<SfcKeyAttribute()>]
[<SfcPropertyAttribute(Data = true)>]
member Name : string
function get Name () : String

屬性值

型別:System.String
The parameter name.

請參閱

參考

ParameterInfo 類別

Microsoft.SqlServer.Management.IntegrationServices 命名空間