LdapDirectoryIdentifier 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
LdapDirectoryIdentifier 클래스의 인스턴스를 만듭니다.
오버로드
LdapDirectoryIdentifier(String)
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
LdapDirectoryIdentifier(String) 생성자는 지정된 서버를 사용하여 LdapDirectoryIdentifier 클래스의 인스턴스를 만듭니다.
public:
LdapDirectoryIdentifier(System::String ^ server);
public LdapDirectoryIdentifier(string server);
new System.DirectoryServices.Protocols.LdapDirectoryIdentifier : string -> System.DirectoryServices.Protocols.LdapDirectoryIdentifier
Public Sub New (server As String)
매개 변수
- server
- String
서버 ID입니다. 도메인 이름, LDAP 서버 이름 또는 LDAP 서버의 IP 주소를 나타내는 점선 문자열이 될 수 있는 서버를 지정하는 문자열입니다 null. 이 경우 null컴퓨터 계정과 연결된 도메인에 있는 도메인 컨트롤러의 ID를 나타냅니다.
필요에 따라 이 매개 변수에는 ID 자체에서 콜론(:))으로 구분된 포트 번호가 포함될 수도 있습니다.
예외
server 에는 공백이 있습니다.
적용 대상
LdapDirectoryIdentifier(String, Int32)
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
LdapDirectoryIdentifier(String, Int32) 생성자는 지정된 서버 및 속성을 사용하여 클래스의 LdapDirectoryIdentifier 인스턴스를 만듭니다. 이 생성자는 LDAP 서버 집합을 나타내는 식별자를 만듭니다.
public:
LdapDirectoryIdentifier(System::String ^ server, int portNumber);
public LdapDirectoryIdentifier(string server, int portNumber);
new System.DirectoryServices.Protocols.LdapDirectoryIdentifier : string * int -> System.DirectoryServices.Protocols.LdapDirectoryIdentifier
Public Sub New (server As String, portNumber As Integer)
매개 변수
- server
- String
서버 ID입니다. 도메인 이름, LDAP 서버 이름 또는 LDAP 서버의 IP 주소를 나타내는 점선 문자열일 수 있는 서버를 지정하는 문자열입니다. 필요에 따라 이 매개 변수에는 ID 자체에서 콜론(:))으로 구분된 포트 번호가 포함될 수도 있습니다.
- portNumber
- Int32
서버에 연결할 때 사용할 포트 번호입니다.
예외
server 에는 공백이 있습니다.
적용 대상
LdapDirectoryIdentifier(String, Boolean, Boolean)
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
LdapDirectoryIdentifier(String, Boolean, Boolean) 생성자는 지정된 서버 및 속성을 사용하여 클래스의 LdapDirectoryIdentifier 인스턴스를 만듭니다. 이 생성자는 LDAP 서버 집합을 나타내는 식별자를 만듭니다.
public:
LdapDirectoryIdentifier(System::String ^ server, bool fullyQualifiedDnsHostName, bool connectionless);
public LdapDirectoryIdentifier(string server, bool fullyQualifiedDnsHostName, bool connectionless);
new System.DirectoryServices.Protocols.LdapDirectoryIdentifier : string * bool * bool -> System.DirectoryServices.Protocols.LdapDirectoryIdentifier
Public Sub New (server As String, fullyQualifiedDnsHostName As Boolean, connectionless As Boolean)
매개 변수
- server
- String
서버 ID입니다. 도메인 이름, LDAP 서버 이름 또는 LDAP 서버의 IP 주소를 나타내는 점선 문자열일 수 있는 서버를 지정하는 문자열입니다. 필요에 따라 이 매개 변수에는 ID 자체에서 콜론(:))으로 구분된 포트 번호가 포함될 수도 있습니다.
- fullyQualifiedDnsHostName
- Boolean
true 서버의 각 요소가 정규화된 DNS 호스트 이름이면 입니다. 경우 false요소는 IP 주소, DNS 도메인 또는 호스트 이름 null또는 . 이 경우 null컴퓨터 계정과 연결된 도메인에 있는 도메인 컨트롤러의 ID를 나타냅니다.
- connectionless
- Boolean
true 연결이 UDP이거나 false 연결에서 TCP/IP를 사용하는 경우
예외
server 에는 공백만 포함됩니다.
적용 대상
LdapDirectoryIdentifier(String[], Boolean, Boolean)
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
LdapDirectoryIdentifier(String, Boolean, Boolean) 생성자는 지정된 서버 및 속성을 사용하여 클래스의 LdapDirectoryIdentifier 인스턴스를 만듭니다. 이 생성자는 LDAP 서버 집합을 나타내는 식별자를 만듭니다.
public:
LdapDirectoryIdentifier(cli::array <System::String ^> ^ servers, bool fullyQualifiedDnsHostName, bool connectionless);
public LdapDirectoryIdentifier(string[] servers, bool fullyQualifiedDnsHostName, bool connectionless);
new System.DirectoryServices.Protocols.LdapDirectoryIdentifier : string[] * bool * bool -> System.DirectoryServices.Protocols.LdapDirectoryIdentifier
Public Sub New (servers As String(), fullyQualifiedDnsHostName As Boolean, connectionless As Boolean)
매개 변수
- servers
- String[]
서버 ID입니다. 도메인 이름, LDAP 서버 이름 또는 LDAP 서버의 IP 주소를 나타내는 점선 문자열일 수 있는 서버를 지정하는 문자열입니다. 필요에 따라 이 매개 변수에는 ID 자체에서 콜론(:))으로 구분된 포트 번호가 포함될 수도 있습니다.
- fullyQualifiedDnsHostName
- Boolean
true 서버의 각 요소가 정규화된 DNS 호스트 이름이면 입니다. 경우 false요소는 IP 주소, DNS 도메인 또는 호스트 이름 또는 null일 수 있습니다. null이면 컴퓨터 계정과 연결된 도메인에 있는 도메인 컨트롤러의 ID를 나타냅니다.
- connectionless
- Boolean
true 연결이 UDP이거나 false 연결에서 TCP/IP를 사용하는 경우
예외
servers 에는 공백이 있습니다.
적용 대상
LdapDirectoryIdentifier(String, Int32, Boolean, Boolean)
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
LdapDirectoryIdentifier(String, Int32, Boolean, Boolean) 생성자는 지정된 서버 및 속성을 사용하여 클래스의 LdapDirectoryIdentifier 인스턴스를 만듭니다. 이 생성자는 LDAP 서버 집합을 나타내는 식별자를 만듭니다.
public:
LdapDirectoryIdentifier(System::String ^ server, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless);
public LdapDirectoryIdentifier(string server, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless);
new System.DirectoryServices.Protocols.LdapDirectoryIdentifier : string * int * bool * bool -> System.DirectoryServices.Protocols.LdapDirectoryIdentifier
Public Sub New (server As String, portNumber As Integer, fullyQualifiedDnsHostName As Boolean, connectionless As Boolean)
매개 변수
- server
- String
서버 ID입니다. 도메인 이름, LDAP 서버 이름 또는 LDAP 서버의 IP 주소를 나타내는 점선 문자열일 수 있는 서버를 지정하는 문자열입니다. 필요에 따라 이 매개 변수에는 ID 자체에서 콜론(:))으로 구분된 포트 번호가 포함될 수도 있습니다.
- portNumber
- Int32
서버에 연결할 때 사용할 포트 번호입니다.
- fullyQualifiedDnsHostName
- Boolean
true 서버의 각 요소가 정규화된 DNS 호스트 이름이면 입니다. 경우 false요소는 IP 주소, DNS 도메인 또는 호스트 이름 또는 null일 수 있습니다. null이면 컴퓨터 계정과 연결된 도메인에 있는 도메인 컨트롤러의 ID를 나타냅니다.
- connectionless
- Boolean
true 연결이 UDP이거나 false 연결에서 TCP/IP를 사용하는 경우
예외
server 에는 공백이 있습니다.
적용 대상
LdapDirectoryIdentifier(String[], Int32, Boolean, Boolean)
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
- Source:
- LdapDirectoryIdentifier.cs
LdapDirectoryIdentifier(String[], Int32, Boolean, Boolean) 생성자는 지정된 서버 및 속성을 사용하여 클래스의 LdapDirectoryIdentifier 인스턴스를 만듭니다. 이 생성자는 LDAP 서버 집합을 나타내는 식별자를 만듭니다.
public:
LdapDirectoryIdentifier(cli::array <System::String ^> ^ servers, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless);
public LdapDirectoryIdentifier(string[] servers, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless);
new System.DirectoryServices.Protocols.LdapDirectoryIdentifier : string[] * int * bool * bool -> System.DirectoryServices.Protocols.LdapDirectoryIdentifier
Public Sub New (servers As String(), portNumber As Integer, fullyQualifiedDnsHostName As Boolean, connectionless As Boolean)
매개 변수
- servers
- String[]
서버 ID입니다. 도메인 이름, LDAP 서버 이름 또는 LDAP 서버의 IP 주소를 나타내는 점선 문자열일 수 있는 서버를 지정하는 문자열입니다. 필요에 따라 이 매개 변수에는 ID 자체에서 콜론(:))으로 구분된 포트 번호가 포함될 수도 있습니다.
- portNumber
- Int32
서버에 연결할 때 사용할 포트 번호입니다.
- fullyQualifiedDnsHostName
- Boolean
true 서버의 각 요소가 정규화된 DNS 호스트 이름이면 입니다. 경우 false요소는 IP 주소, DNS 도메인 또는 호스트 이름 또는 null일 수 있습니다. null이면 컴퓨터 계정과 연결된 도메인에 있는 도메인 컨트롤러의 ID를 나타냅니다.
- connectionless
- Boolean
true 연결이 UDP이거나 false 연결에서 TCP/IP를 사용하는 경우
예외
servers 에는 공백이 있습니다.