Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the ReportAction class.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
id As String _
)
'Utilisation
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
)
Paramètres
- name
Type : System.String
The name of the specified ReportAction object.
- id
Type : System.String
A string that identifies the ReportAction object.