LinkedServerLogin 생성자 (LinkedServer, String)
Initializes a new instance of the LinkedServerLogin class for the specified linked server and with the specified name.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub New ( _
linkedServer As LinkedServer, _
name As String _
)
‘사용 방법
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
)
매개 변수
- linkedServer
유형: Microsoft.SqlServer.Management.Smo. . :: . .LinkedServer
A LinkedServer object that specifies the linked server to which the linked server logon has permission to access.
- name
유형: System. . :: . .String
A String value that specifies the name of the linked server logon.