Share via


DatabaseTaskHost.GetServerProperty Method

Returns the value of a server property.

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

Syntax

'Declaration
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

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace