메소드 | 설명 | |
---|---|---|
Begindelete_acl_statement ( string statement_names, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_controls_statement ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_include_statement ( string path_names, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_key_statement ( string statement_names, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_logging_statement ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_options_statement ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_server_statement ( string statement_names, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_trusted_keys_statement ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_bind_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_named_configuration_file ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_acl_statement ( |
||
Beginset_controls_statement ( |
||
Beginset_include_statement ( |
||
Beginset_key_statement ( |
||
Beginset_logging_statement ( |
||
Beginset_options_statement ( |
||
Beginset_server_statement ( |
||
Beginset_trusted_keys_statement ( |
||
Enddelete_acl_statement ( System asyncResult ) : void | ||
Enddelete_controls_statement ( System asyncResult ) : void | ||
Enddelete_include_statement ( System asyncResult ) : void | ||
Enddelete_key_statement ( System asyncResult ) : void | ||
Enddelete_logging_statement ( System asyncResult ) : void | ||
Enddelete_options_statement ( System asyncResult ) : void | ||
Enddelete_server_statement ( System asyncResult ) : void | ||
Enddelete_trusted_keys_statement ( System asyncResult ) : void | ||
Endget_bind_version ( System asyncResult ) : string | ||
Endget_named_configuration_file ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_acl_statement ( System asyncResult ) : void | ||
Endset_controls_statement ( System asyncResult ) : void | ||
Endset_include_statement ( System asyncResult ) : void | ||
Endset_key_statement ( System asyncResult ) : void | ||
Endset_logging_statement ( System asyncResult ) : void | ||
Endset_options_statement ( System asyncResult ) : void | ||
Endset_server_statement ( System asyncResult ) : void | ||
Endset_trusted_keys_statement ( System asyncResult ) : void | ||
ManagementNamed ( ) : System |
메소드 | 설명 | |
---|---|---|
delete_acl_statement ( string statement_names ) : void | ||
delete_controls_statement ( ) : void | ||
delete_include_statement ( string path_names ) : void | ||
delete_key_statement ( string statement_names ) : void | ||
delete_logging_statement ( ) : void | ||
delete_options_statement ( ) : void | ||
delete_server_statement ( string statement_names ) : void | ||
delete_trusted_keys_statement ( ) : void | ||
get_bind_version ( ) : string | ||
get_named_configuration_file ( ) : string[] | ||
get_version ( ) : string | ||
set_acl_statement ( |
||
set_controls_statement ( |
||
set_include_statement ( |
||
set_key_statement ( |
||
set_logging_statement ( |
||
set_options_statement ( |
||
set_server_statement ( |
||
set_trusted_keys_statement ( |
public Begindelete_acl_statement ( string statement_names, System callback, object asyncState ) : System.IAsyncResult | ||
statement_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_controls_statement ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_include_statement ( string path_names, System callback, object asyncState ) : System.IAsyncResult | ||
path_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_key_statement ( string statement_names, System callback, object asyncState ) : System.IAsyncResult | ||
statement_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_logging_statement ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_options_statement ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_server_statement ( string statement_names, System callback, object asyncState ) : System.IAsyncResult | ||
statement_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_trusted_keys_statement ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_bind_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_named_configuration_file ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_acl_statement ( |
||
statements | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_controls_statement ( |
||
statement | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_include_statement ( |
||
statements | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_key_statement ( |
||
statements | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_logging_statement ( |
||
statement | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_options_statement ( |
||
statement | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_server_statement ( |
||
statements | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_trusted_keys_statement ( |
||
statement | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Enddelete_acl_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_controls_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_include_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_key_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_logging_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_options_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_server_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_trusted_keys_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endget_bind_version ( System asyncResult ) : string | ||
asyncResult | System | |
리턴 | string |
public Endget_named_configuration_file ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
리턴 | string |
public Endset_acl_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_controls_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_include_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_key_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_logging_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_options_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_server_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_trusted_keys_statement ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |