ProviderName propriété
Gets or sets the key provider's name.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public Property ProviderName As String
Get
Set
'Utilisation
Dim instance As SymmetricKey
Dim value As String
value = instance.ProviderName
instance.ProviderName = value
[SfcPropertyAttribute]
public string ProviderName { get; set; }
[SfcPropertyAttribute]
public:
property String^ ProviderName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member ProviderName : string with get, set
function get ProviderName () : String
function set ProviderName (value : String)
Valeur de la propriété
Type : System. . :: . .String
String
Voir aussi