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.