Compartir a través de


ServerProperty Constructor (String, String)

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

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • value
    A String that contains the property.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ServerProperty Class
ServerProperty Members
Microsoft.AnalysisServices Namespace