共用方式為


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