IDTSEventInfo100.ParameterDescriptions Özelliği
Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.
Daha fazla bilgi için, bkz. EventInfo.
Ad Alanı: Microsoft.SqlServer.Dts.Runtime.Wrapper
Derleme: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap içinde.dll)
Sözdizimi
'Bildirim
ReadOnly Property ParameterDescriptions As String()
Get
'Kullanım
Dim instance As IDTSEventInfo100
Dim value As String()
value = instance.ParameterDescriptions
string[] ParameterDescriptions { get; }
property array<String^>^ ParameterDescriptions {
array<String^>^ get ();
}
abstract ParameterDescriptions : string[]
function get ParameterDescriptions () : String[]
Özellik Değeri
Tür: array<System.String[]