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.