Compartir a través de


DatabaseTaskHost.GetServerProperty (Método)

Devuelve el valor de una propiedad del servidor.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public Overridable Function GetServerProperty ( _
    name As String _
) As String
public virtual string GetServerProperty(
    string name
)
public:
virtual String^ GetServerProperty(
    String^ name
)
abstract GetServerProperty : 
        name:string -> string 
override GetServerProperty : 
        name:string -> string 
public function GetServerProperty(
    name : String
) : String

Parámetros

Valor devuelto

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DatabaseTaskHost Clase

Microsoft.Data.Schema.Build (Espacio de nombres)