PropertyDefinition constructeur
Initializes a new instance of the PropertyDefinition class.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
name As String _
)
'Utilisation
Dim name As String
Dim instance As New PropertyDefinition(name)
protected PropertyDefinition(
string name
)
protected:
PropertyDefinition(
String^ name
)
new :
name:string -> PropertyDefinition
protected function PropertyDefinition(
name : String
)
Paramètres
- name
Type : System. . :: . .String
The name of the property.