GetProperty 方法
此 API 支持 基础结构,但不能通过代码直接使用。
命名空间: Microsoft.DataWarehouse.Interfaces
程序集: Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)
语法
声明
Function GetProperty ( _
name As String _
) As Object
用法
Dim instance As IDataSourceDescriptor
Dim name As String
Dim returnValue As Object
returnValue = instance.GetProperty(name)
Object GetProperty(
string name
)
Object^ GetProperty(
String^ name
)
abstract GetProperty :
name:string -> Object
function GetProperty(
name : String
) : Object
参数
- name
类型:System. . :: . .String