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