Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the LinkedServerLogin class for the specified linked server and with the specified name.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
linkedServer As LinkedServer, _
name As String _
)
'Utilisation
Dim linkedServer As LinkedServer
Dim name As String
Dim instance As New LinkedServerLogin(linkedServer, _
name)
public LinkedServerLogin(
LinkedServer linkedServer,
string name
)
public:
LinkedServerLogin(
LinkedServer^ linkedServer,
String^ name
)
new :
linkedServer:LinkedServer *
name:string -> LinkedServerLogin
public function LinkedServerLogin(
linkedServer : LinkedServer,
name : String
)
Paramètres
- linkedServer
Type : Microsoft.SqlServer.Management.Smo.LinkedServer
A LinkedServer object that specifies the linked server to which the linked server logon has permission to access.
- name
Type : System.String
A String value that specifies the name of the linked server logon.
Exemples
Utilisation de serveurs liés dans SMO
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo