GetPropertySet 方法

Gets the interface reference to the set of properties of this object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

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