Partager via


Propriété Credential.ProviderName

Gets or sets the name of the provider.

Cette API n'est pas conforme CLS. 

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcReferenceAttribute(GetType(CryptographicProvider), "Server[@Name = '{0}']/CryptographicProvider[@Name = '{1}']",  _
    )> _
<CLSCompliantAttribute(False)> _
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "string.empty")> _
Public Property ProviderName As String 
    Get 
    Set
'Utilisation
Dim instance As Credential 
Dim value As String 

value = instance.ProviderName

instance.ProviderName = value
[SfcReferenceAttribute(typeof(CryptographicProvider), "Server[@Name = '{0}']/CryptographicProvider[@Name = '{1}']", 
    )]
[CLSCompliantAttribute(false)]
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "string.empty")]
public string ProviderName { get; set; }
[SfcReferenceAttribute(typeof(CryptographicProvider), L"Server[@Name = '{0}']/CryptographicProvider[@Name = '{1}']", 
    )]
[CLSCompliantAttribute(false)]
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"string.empty")]
public:
property String^ ProviderName {
    String^ get ();
    void set (String^ value);
}
[<SfcReferenceAttribute(typeof(CryptographicProvider), "Server[@Name = '{0}']/CryptographicProvider[@Name = '{1}']", 
    )>]
[<CLSCompliantAttribute(false)>]
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "string.empty")>]
member ProviderName : string with get, set
function get ProviderName () : String 
function set ProviderName (value : String)

Valeur de propriété

Type : System.String
A String value that specifies the name of the provider.

Exemples

Définition de propriétés

Voir aussi

Référence

Credential Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

CREATE CREDENTIAL (Transact-SQL)

Informations d'identification (moteur de base de données)