共用方式為


DatabaseTaskHost.GetProperty 方法

傳回屬性的目前值。

命名空間:  Microsoft.Data.Schema.Build
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Protected Function GetProperty ( _
    propertyName As String, _
    source As DatabaseTaskHost..::..PropertySource _
) As Object
protected Object GetProperty(
    string propertyName,
    DatabaseTaskHost..::..PropertySource source
)
protected:
Object^ GetProperty(
    String^ propertyName, 
    DatabaseTaskHost..::..PropertySource source
)
member GetProperty : 
        propertyName:string * 
        source:DatabaseTaskHost..::..PropertySource -> Object 
protected function GetProperty(
    propertyName : String, 
    source : DatabaseTaskHost..::..PropertySource
) : Object

參數

傳回值

型別:System.Object

.NET Framework 安全性

請參閱

參考

DatabaseTaskHost 類別

Microsoft.Data.Schema.Build 命名空間