SfcInstance.Properties 属性

Returns a collection instance properties.

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

语法

声明
Public ReadOnly Property Properties As SfcPropertyCollection 
    Get
用法
Dim instance As SfcInstance 
Dim value As SfcPropertyCollection 

value = instance.Properties
public SfcPropertyCollection Properties { get; }
public:
property SfcPropertyCollection^ Properties {
    SfcPropertyCollection^ get ();
}
member Properties : SfcPropertyCollection
function get Properties () : SfcPropertyCollection

属性值

类型:Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyCollection
A SfcProperty object that contains the properties of the SfcInstance object.

请参阅

参考

SfcInstance 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间