Parameter.ID 속성

Gets the identifier of the Parameter object.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public MustOverride ReadOnly Property ID As String 
    Get
‘사용 방법
Dim instance As Parameter 
Dim value As String 

value = instance.ID
public abstract string ID { get; }
public:
virtual property String^ ID {
    String^ get () abstract;
}
abstract ID : string
abstract function get ID () : String

속성 값

유형: System.String
The identifier of the specified object.

구현

IDTSName.ID

참고 항목

참조

Parameter 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스