Condividi tramite


Proprietà SymmetricKeyCollection.Parent

Gets the Database object that is the parent of the SymmetricKeyCollection object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As Database 
    Get
'Utilizzo
Dim instance As SymmetricKeyCollection 
Dim value As Database 

value = instance.Parent
public Database Parent { get; }
public:
property Database^ Parent {
    Database^ get ();
}
member Parent : Database
function get Parent () : Database

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.Database
A Database object that is the parent of the SymmetricKeyCollection object.

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

SymmetricKeyCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo