XmlReadProperties.Property 属性

Gets the specified property in the Xml Read Property. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public ReadOnly Property Property As XmlReadProperty 
    Get
用法
Dim instance As XmlReadProperties 
Dim value As XmlReadProperty 

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

属性值

类型:Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadProperty
The property in the Xml Read Property.

请参阅

参考

XmlReadProperties 类

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