XmlReadSettings.RequestParentSelect Property
Gets the selected parent of an object in the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property RequestParentSelect As XmlRequestParentSelect
Get
'Usage
Dim instance As XmlReadSettings
Dim value As XmlRequestParentSelect
value = instance.RequestParentSelect
public XmlRequestParentSelect RequestParentSelect { get; }
public:
property XmlRequestParentSelect^ RequestParentSelect {
XmlRequestParentSelect^ get ();
}
member RequestParentSelect : XmlRequestParentSelect
function get RequestParentSelect () : XmlRequestParentSelect
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.XmlRequestParentSelect
The selected parent of an object in the property.