Parameter.CreationName 속성
Gets the name used to create the Parameter object.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public MustOverride ReadOnly Property CreationName As String
Get
‘사용 방법
Dim instance As Parameter
Dim value As String
value = instance.CreationName
public abstract string CreationName { get; }
public:
virtual property String^ CreationName {
String^ get () abstract;
}
abstract CreationName : string
abstract function get CreationName () : String
속성 값
유형: System.String
The name used to create the specified object.