Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the Parameter object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public MustOverride Property Name As String
Get
Set
'Usage
Dim instance As Parameter
Dim value As String
value = instance.Name
instance.Name = value
public abstract string Name { get; set; }
public:
virtual property String^ Name {
String^ get () abstract;
void set (String^ value) abstract;
}
abstract Name : string with get, set
abstract function get Name () : String
abstract function set Name (value : String)
Property Value
Type: System.String
The name of the specified object.