Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.