PackageInfo.ExecutionValueParameterSet.ParameterName Property
Gets or sets the parameter name.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Property ParameterName As String
Get
Set
'Usage
Dim instance As PackageInfo.ExecutionValueParameterSet
Dim value As String
value = instance.ParameterName
instance.ParameterName = value
public string ParameterName { get; set; }
public:
property String^ ParameterName {
String^ get ();
void set (String^ value);
}
member ParameterName : string with get, set
function get ParameterName () : String
function set ParameterName (value : String)
Property Value
Type: System.String
The parameter name.
See Also
Reference
PackageInfo.ExecutionValueParameterSet Class
Microsoft.SqlServer.Management.IntegrationServices Namespace