Aracılığıyla paylaş


EventInfo.ParameterCount Özelliği

Çağrısına geçilen parametreler verir EventInfo.

Ad Alanı:  Microsoft.SqlServer.Dts.Runtime
Derleme:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Property ParameterCount As Integer
    Get
'Kullanım
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

Özellik Değeri

Tür: System.Int32
Bir tamsayý parametre sayısını belirtir.