EventInfo.ParameterCount 속성
Returns the number of parameters being passed to the EventInfo.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public ReadOnly Property ParameterCount As Integer
Get
‘사용 방법
Dim instance As EventInfo
Dim value As Integer
value = instance.ParameterCount
public int ParameterCount { get; }
public:
property int ParameterCount {
int get ();
}
member ParameterCount : int
function get ParameterCount () : int
속성 값
유형: System.Int32
An Integer that specifies the number of parameters.