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
- name
Type: System.String
The property name.
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.