Propriedade do RDL AsymmetricKeyNames
Gets a collection of asymmetric key names.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<ExtendedPropertyAttribute> _
Public ReadOnly Property AsymmetricKeyNames As StringCollection
Get
'Uso
Dim instance As DatabaseEncryptionKeyExtender
Dim value As StringCollection
value = instance.AsymmetricKeyNames
[ExtendedPropertyAttribute]
public StringCollection AsymmetricKeyNames { get; }
[ExtendedPropertyAttribute]
public:
property StringCollection^ AsymmetricKeyNames {
StringCollection^ get ();
}
[<ExtendedPropertyAttribute>]
member AsymmetricKeyNames : StringCollection
function get AsymmetricKeyNames () : StringCollection
Valor da propriedade
Tipo: System.Collections.Specialized. . :: . .StringCollection
StringCollection
Consulte também