PropertyLink-Eigenschaft
Gets the property link needed in the process. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyLink As XmlReadPropertyLink
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .XmlReadPropertyLink
The property link needed in the process.