LdapDirectoryIdentifier コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
LdapDirectoryIdentifier クラスのインスタンスを作成します。
オーバーロード
LdapDirectoryIdentifier(String)
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)
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)
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 の場合は、接続で TCP/IP を使用する場合は false 。
例外
server には空白のみが含まれます。
適用対象
LdapDirectoryIdentifier(String[], Boolean, Boolean)
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 の場合は、接続で TCP/IP を使用する場合は false 。
例外
servers にはスペースがあります。
適用対象
LdapDirectoryIdentifier(String, Int32, Boolean, Boolean)
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 の場合は、接続で TCP/IP を使用する場合は false 。
例外
server にはスペースがあります。
適用対象
LdapDirectoryIdentifier(String[], Int32, Boolean, Boolean)
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 の場合は、接続で TCP/IP を使用する場合は false 。
例外
servers にはスペースがあります。