Constructeur ServerProperty (String, String)
Initializes a new instance of ServerProperty by using a name and a value.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
value As String _
)
'Utilisation
Dim name As String
Dim value As String
Dim instance As New ServerProperty(name, value)
public ServerProperty(
string name,
string value
)
public:
ServerProperty(
String^ name,
String^ value
)
new :
name:string *
value:string -> ServerProperty
public function ServerProperty(
name : String,
value : String
)
Paramètres
- name
Type : System. . :: . .String
A String that contains the name of the ServerProperty.
- value
Type : System. . :: . .String
A String that contains the property.
Voir aussi