Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Property ParentPropertiesRequests As PropertiesRequest()
Get
Set
'Usage
Dim instance As Request
Dim value As PropertiesRequest()
value = instance.ParentPropertiesRequests
instance.ParentPropertiesRequests = value
public PropertiesRequest[] ParentPropertiesRequests { get; set; }
public:
property array<PropertiesRequest^>^ ParentPropertiesRequests {
array<PropertiesRequest^>^ get ();
void set (array<PropertiesRequest^>^ value);
}
member ParentPropertiesRequests : PropertiesRequest[] with get, set
function get ParentPropertiesRequests () : PropertiesRequest[]
function set ParentPropertiesRequests (value : PropertiesRequest[])
Property Value
Type: array<Microsoft.SqlServer.Management.Sdk.Sfc.PropertiesRequest[]
The list of properties requested for the upper levels.