PropertyLink Propiedad
Gets the property link needed in the process. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public ReadOnly Property PropertyLink As XmlReadPropertyLink
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .XmlReadPropertyLink
The property link needed in the process.
Vea también