AsymmetricKey.Parent Property
Gets the Database object that is the parent of the AsymmetricKey object.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)] public Database Parent { get; set; }
Property Value
Type: Microsoft.SqlServer.Management.Smo.DatabaseA Database object that is the parent of the AsymmetricKey object.
Show: