Condition.Parent Property
SQL Server 2008 R2
Gets or sets the object that is the parent of the referenced object.
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)] public PolicyStore Parent { get; set; }
Property Value
Type: Microsoft.SqlServer.Management.Dmf.PolicyStoreA PolicyStore object that is the parent of the Condition object.