Parameter.Name 속성
Gets or sets the name of the Parameter object.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public MustOverride Property Name As String
Get
Set
‘사용 방법
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)
속성 값
유형: System.String
The name of the specified object.