Condividi tramite


ServerProperty Constructor (String, String)

Initializes a new instance of ServerProperty by using a name and a value.

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    name As String, _
    value As String _
)
public ServerProperty (
    string name,
    string value
)
public:
ServerProperty (
    String^ name, 
    String^ value
)
public ServerProperty (
    String name, 
    String value
)
public function ServerProperty (
    name : String, 
    value : String
)

Parametri

  • value
    A String that contains the property.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

ServerProperty Class
ServerProperty Members
Microsoft.AnalysisServices Namespace