Condividi tramite


Proprietà ParentPropertiesRequests

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Property ParentPropertiesRequests As PropertiesRequest()
    Get
    Set
'Utilizzo
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[])

Valore proprietà

Tipo: array<Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .PropertiesRequest> [] () [] []
The list of properties requested for the upper levels.