Propriedade do RDL Parent
Obtém ou define o objeto pai na hierarquia modelo do objeto.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)
Sintaxe
'Declaração
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As CollectionSet
Get
Set
'Uso
Dim instance As CollectionItem
Dim value As CollectionSet
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)]
public CollectionSet Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectCardinality::One)]
public:
property CollectionSet^ Parent {
CollectionSet^ get ();
void set (CollectionSet^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)>]
member Parent : CollectionSet with get, set
function get Parent () : CollectionSet
function set Parent (value : CollectionSet)
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Collector. . :: . .CollectionSet
Um objeto CollectionSet que especifica o pai na hierarquia de modelo do objeto.
Comentários
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.