Propriété SfcParentAttribute.Parent
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.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Parent As String
Get
'Utilisation
Dim instance As SfcParentAttribute
Dim value As String
value = instance.Parent
public string Parent { get; }
public:
property String^ Parent {
String^ get ();
}
member Parent : string
function get Parent () : String
Valeur de propriété
Type : System.String
A string that represents the Parent in the Parent Attribute.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata