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 命名空间