Partilhar via


Propriedade do RDL Children

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Property Children As String()
    Get
    Set
'Uso
Dim instance As ObjectInfo
Dim value As String()

value = instance.Children

instance.Children = value
public string[] Children { get; set; }
public:
property array<String^>^ Children {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member Children : string[] with get, set
function get Children () : String[]
function set Children (value : String[])

Valor da propriedade

Tipo: array<System. . :: . .String> [] () [] []
A string that represents the children of the object.