ReportAction Oluşturucusu (String, String)
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Sub New ( _
name As String, _
id As String _
)
'Kullanım
Dim name As String
Dim id As String
Dim instance As New ReportAction(name, id)
public ReportAction(
string name,
string id
)
public:
ReportAction(
String^ name,
String^ id
)
new :
name:string *
id:string -> ReportAction
public function ReportAction(
name : String,
id : String
)
Ayrıca bkz.