Share via


ISfcPropertyProvider.GetPropertySet 方法

获取对此对象的属性集的接口引用。不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

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

语法

声明
Private Function GetPropertySet As ISfcPropertySet
    Implements ISfcPropertyProvider.GetPropertySet
用法
Dim instance As SqlSmoObject
Dim returnValue As ISfcPropertySet

returnValue = CType(instance, ISfcPropertyProvider).GetPropertySet()
ISfcPropertySet ISfcPropertyProvider.GetPropertySet()
private:
virtual ISfcPropertySet^ GetPropertySet() sealed = ISfcPropertyProvider::GetPropertySet
private abstract GetPropertySet : unit -> ISfcPropertySet 
private override GetPropertySet : unit -> ISfcPropertySet 
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

返回值

类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcPropertySet
一个 ISfcPropertySet 对象,该对象可用于访问此对象的属性集。

实现

ISfcPropertyProvider. . :: . .GetPropertySet() () () ()