Share via


DatabaseTaskHost.GetCatalogProperty Method

Returns the value of a catalog property.

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

Syntax

'Declaration
Public Overridable Function GetCatalogProperty ( _
    name As String _
) As String
public virtual string GetCatalogProperty(
    string name
)
public:
virtual String^ GetCatalogProperty(
    String^ name
)
abstract GetCatalogProperty : 
        name:string -> string 
override GetCatalogProperty : 
        name:string -> string 
public function GetCatalogProperty(
    name : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace