Freigeben über


DatabaseTaskHost.GetCatalogProperty-Methode

Gibt den Wert einer Katalogeigenschaft zurück.

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

Parameter

Rückgabewert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseTaskHost Klasse

Microsoft.Data.Schema.Build-Namespace