ISfcPropertyProvider.GetPropertySet 方法

Gets the interface reference to the set of properties of this object.

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Function GetPropertySet As ISfcPropertySet
用法
Dim instance As ISfcPropertyProvider 
Dim returnValue As ISfcPropertySet 

returnValue = instance.GetPropertySet()
ISfcPropertySet GetPropertySet()
ISfcPropertySet^ GetPropertySet()
abstract GetPropertySet : unit -> ISfcPropertySet
function GetPropertySet() : ISfcPropertySet

返回值

类型:Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet
An ISfcPropertySet object that can be used to access the set of properties of this object.

请参阅

参考

ISfcPropertyProvider 接口

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间