Partager via


Propriété LinkedServer.ProviderName

Gets or sets the name of the OLE DB provider used to connect to the linked server.

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

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property ProviderName As String 
    Get 
    Set
'Utilisation
Dim instance As LinkedServer 
Dim value As String 

value = instance.ProviderName

instance.ProviderName = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string ProviderName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ ProviderName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
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 OLE DB provider.

Exemples

Utilisation de serveurs liés dans SMO

Voir aussi

Référence

LinkedServer Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Serveurs liés (Moteur de base de données)

sp_addlinkedserver (Transact-SQL)