Aracılığıyla paylaş


Action Oluşturucusu (String, String)

Yeni bir başlatır örnek , Action kullanarak bir ad ve bir tanımlayıcı.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Protected Sub New ( _
    name As String, _
    id As String _
)
'Kullanım
Dim name As String
Dim id As String

Dim instance As New Action(name, id)
protected Action(
    string name,
    string id
)
protected:
Action(
    String^ name, 
    String^ id
)
new : 
        name:string * 
        id:string -> Action
protected function Action(
    name : String, 
    id : String
)

Parametreler