Share via


SqlSmoObject.ISfcPropertyProvider.GetPropertySet 方法

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

命名空间:  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
An ISfcPropertySet object that can be used to access the set of properties of this object.

实现

ISfcPropertyProvider.GetPropertySet()

请参阅

参考

SqlSmoObject 类

Microsoft.SqlServer.Management.Smo 命名空间