Compartilhar via


Método DatabaseTaskHost.GetServerProperty

Retorna o valor de uma propriedade do servidor.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DatabaseTaskHost Classe

Namespace Microsoft.Data.Schema.Build