CryptographicProvider.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the parent of the CryptographicProvider object.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Server Parent { get; set; }
public:
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
property Server^ Parent {
    Server^ get();
    void set(Server^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : Server with get, set
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>
Public Property Parent As Server

Property Value

Type: Microsoft.SqlServer.Management.Smo.Server

A Server object that is the parent of the CryptographicProvider object.

Examples

Legacy Code Example

Setting Properties

See Also

CryptographicProvider Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top