共用方式為


SfcMetadataDiscovery.Properties 屬性

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Overridable ReadOnly Property Properties As List(Of SfcMetadataRelation)
    Get
'用途
Dim instance As SfcMetadataDiscovery 
Dim value As List(Of SfcMetadataRelation)

value = instance.Properties
public virtual List<SfcMetadataRelation> Properties { get; }
public:
virtual property List<SfcMetadataRelation^>^ Properties {
    List<SfcMetadataRelation^>^ get ();
}
abstract Properties : List<SfcMetadataRelation>
override Properties : List<SfcMetadataRelation>
function get Properties () : List<SfcMetadataRelation>

屬性值

型別:System.Collections.Generic.List<SfcMetadataRelation>
The list of properties.

請參閱

參考

SfcMetadataDiscovery 類別

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 命名空間