Partager via


Propriété ObjectInfo.Children

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 Children As String()
    Get 
    Set
'Utilisation
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[])

Valeur de propriété

Type : array<System.String[]
A string that represents the children of the object.

Voir aussi

Référence

ObjectInfo Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc