Propriété Request.ParentPropertiesRequests
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Property ParentPropertiesRequests As PropertiesRequest()
Get
Set
'Utilisation
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[])
Valeur de propriété
Type : array<Microsoft.SqlServer.Management.Sdk.Sfc.PropertiesRequest[]
The list of properties requested for the upper levels.