共用方式為


XmlReadSettings.PropertyLink 屬性

Gets the property link needed in the process. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

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

語法

'宣告
Public ReadOnly Property PropertyLink As XmlReadPropertyLink 
    Get
'用途
Dim instance As XmlReadSettings 
Dim value As XmlReadPropertyLink 

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

屬性值

型別:Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadPropertyLink
The property link needed in the process.

請參閱

參考

XmlReadSettings 類別

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