LdapDirectoryIdentifier 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
LdapDirectoryIdentifier 클래스의 인스턴스를 만듭니다.
오버로드
LdapDirectoryIdentifier(String)
- 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
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
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
서버의 각 요소가 정규화된 DNS 호스트 이름인 경우true
입니다. false
이면 요소가 IP 주소, DNS 도메인, 호스트 이름 또는 null
이 될 수 있습니다. null
인 경우 컴퓨터 계정에 연결된 도메인의 모든 도메인 컨트롤러 ID를 나타냅니다.
- connectionless
- Boolean
연결이 UDP인 경우 true
이고, 연결에 TCP/IP가 사용되는 경우 false
입니다.
예외
server
에 공백만 포함된 경우
적용 대상
LdapDirectoryIdentifier(String[], Boolean, Boolean)
- 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
서버의 각 요소가 정규화된 DNS 호스트 이름인 경우true
입니다. false
이면 요소가 IP 주소, DNS 도메인, 호스트 이름 또는 null이 될 수 있습니다. Null인 경우 컴퓨터 계정에 연결된 도메인의 모든 도메인 컨트롤러 ID를 나타냅니다.
- connectionless
- Boolean
연결이 UDP인 경우 true
이고, 연결에 TCP/IP가 사용되는 경우 false
입니다.
예외
server
에는 공백이 있습니다.
적용 대상
LdapDirectoryIdentifier(String, Int32, Boolean, Boolean)
- 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
서버의 각 요소가 정규화된 DNS 호스트 이름인 경우true
입니다. false
이면 요소가 IP 주소, DNS 도메인, 호스트 이름 또는 null이 될 수 있습니다. Null인 경우 컴퓨터 계정에 연결된 도메인의 모든 도메인 컨트롤러 ID를 나타냅니다.
- connectionless
- Boolean
연결이 UDP인 경우 true
이고, 연결에 TCP/IP가 사용되는 경우 false
입니다.
예외
server
에는 공백이 있습니다.
적용 대상
LdapDirectoryIdentifier(String[], Int32, Boolean, Boolean)
- 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
서버의 각 요소가 정규화된 DNS 호스트 이름인 경우true
입니다. false
이면 요소가 IP 주소, DNS 도메인, 호스트 이름 또는 null이 될 수 있습니다. Null인 경우 컴퓨터 계정에 연결된 도메인의 모든 도메인 컨트롤러 ID를 나타냅니다.
- connectionless
- Boolean
연결이 UDP인 경우 true
이고, 연결에 TCP/IP가 사용되는 경우 false
입니다.
예외
server
에는 공백이 있습니다.
적용 대상
.NET