PrintQueue 생성자

정의

PrintQueue 클래스의 새 인스턴스를 초기화합니다.

오버로드

PrintQueue(PrintServer, String)

지정한 PrintQueue 및 큐 이름을 사용하여 PrintServer 클래스의 새 인스턴스를 초기화합니다.

PrintQueue(PrintServer, String, Int32)

지정한 PrintQueue, 큐 이름 및 인쇄 스키마 버전을 사용하여 PrintServer 클래스의 새 인스턴스를 초기화합니다.

PrintQueue(PrintServer, String, PrintQueueIndexedProperty[])

지정한 PrintQueue, 큐 이름 및 초기화할 PrintServer 값 배열을 사용하여 PrintQueueIndexedProperty 클래스의 새 인스턴스를 초기화합니다.

PrintQueue(PrintServer, String, PrintSystemDesiredAccess)

지정한 PrintQueue, 큐 이름 및 원하는 액세스를 사용하여 PrintServer 클래스의 새 인스턴스를 초기화합니다.

PrintQueue(PrintServer, String, String[])

지정한 PrintQueue, 큐 이름 및 초기화할 속성 이름 배열을 사용하여 PrintServer 클래스의 새 인스턴스를 초기화합니다.

PrintQueue(PrintServer, String, Int32, PrintSystemDesiredAccess)

지정한 PrintQueue, 큐 이름, 인쇄 스키마 버전 및 원하는 액세스를 사용하여 PrintServer 클래스의 새 인스턴스를 초기화합니다.

PrintQueue(PrintServer, String, PrintQueueIndexedProperty[], PrintSystemDesiredAccess)

지정한 PrintQueue, 큐 이름, 초기화할 PrintServer 값 배열 및 원하는 액세스로 PrintQueueIndexedProperty 클래스의 새 인스턴스를 초기화합니다.

PrintQueue(PrintServer, String, String[], PrintSystemDesiredAccess)

지정한 PrintQueue, 큐 이름, 속성 필터 및 원하는 액세스를 사용하여 PrintServer 클래스의 새 인스턴스를 초기화합니다.

PrintQueue(PrintServer, String)

지정한 PrintQueue 및 큐 이름을 사용하여 PrintServer 클래스의 새 인스턴스를 초기화합니다.

public:
 PrintQueue(System::Printing::PrintServer ^ printServer, System::String ^ printQueueName);
public PrintQueue (System.Printing.PrintServer printServer, string printQueueName);
new System.Printing.PrintQueue : System.Printing.PrintServer * string -> System.Printing.PrintQueue
Public Sub New (printServer As PrintServer, printQueueName As String)

매개 변수

printServer
PrintServer

인쇄 큐를 호스팅하는 인쇄 서버입니다.

printQueueName
String

인쇄 대기열의 이름입니다.

설명

PrintQueue매개 변수 기본값 UsePrinterPrintSystemDesiredAccess 액세스하지 않는 생성자입니다.

적용 대상

PrintQueue(PrintServer, String, Int32)

지정한 PrintQueue, 큐 이름 및 인쇄 스키마 버전을 사용하여 PrintServer 클래스의 새 인스턴스를 초기화합니다.

public:
 PrintQueue(System::Printing::PrintServer ^ printServer, System::String ^ printQueueName, int printSchemaVersion);
public PrintQueue (System.Printing.PrintServer printServer, string printQueueName, int printSchemaVersion);
new System.Printing.PrintQueue : System.Printing.PrintServer * string * int -> System.Printing.PrintQueue
Public Sub New (printServer As PrintServer, printQueueName As String, printSchemaVersion As Integer)

매개 변수

printServer
PrintServer

인쇄 큐를 호스팅하는 인쇄 서버입니다.

printQueueName
String

인쇄 대기열의 이름입니다.

printSchemaVersion
Int32

사용할 Print Schema의 버전입니다.

설명

PrintQueue매개 변수 기본값 UsePrinterPrintSystemDesiredAccess 액세스하지 않는 생성자입니다.

Windows Vista와 함께 릴리스된 인쇄 스키마 버전은 "1"입니다.

적용 대상

PrintQueue(PrintServer, String, PrintQueueIndexedProperty[])

지정한 PrintQueue, 큐 이름 및 초기화할 PrintServer 값 배열을 사용하여 PrintQueueIndexedProperty 클래스의 새 인스턴스를 초기화합니다.

public:
 PrintQueue(System::Printing::PrintServer ^ printServer, System::String ^ printQueueName, cli::array <System::Printing::PrintQueueIndexedProperty> ^ propertyFilter);
public PrintQueue (System.Printing.PrintServer printServer, string printQueueName, System.Printing.PrintQueueIndexedProperty[] propertyFilter);
new System.Printing.PrintQueue : System.Printing.PrintServer * string * System.Printing.PrintQueueIndexedProperty[] -> System.Printing.PrintQueue
Public Sub New (printServer As PrintServer, printQueueName As String, propertyFilter As PrintQueueIndexedProperty())

매개 변수

printServer
PrintServer

인쇄 큐를 호스팅하는 인쇄 서버입니다.

printQueueName
String

인쇄 대기열의 이름입니다.

propertyFilter
PrintQueueIndexedProperty[]

초기화할 속성 값을 지정하는 PrintQueueIndexedProperty 값 배열입니다.

설명

PrintQueue매개 변수 기본값 UsePrinterPrintSystemDesiredAccess 액세스하지 않는 생성자입니다.

매개 변수와 함께 생성자를 사용하면 성능이 propertyFilter 향상됩니다.

적용 대상

PrintQueue(PrintServer, String, PrintSystemDesiredAccess)

지정한 PrintQueue, 큐 이름 및 원하는 액세스를 사용하여 PrintServer 클래스의 새 인스턴스를 초기화합니다.

public:
 PrintQueue(System::Printing::PrintServer ^ printServer, System::String ^ printQueueName, System::Printing::PrintSystemDesiredAccess desiredAccess);
public PrintQueue (System.Printing.PrintServer printServer, string printQueueName, System.Printing.PrintSystemDesiredAccess desiredAccess);
new System.Printing.PrintQueue : System.Printing.PrintServer * string * System.Printing.PrintSystemDesiredAccess -> System.Printing.PrintQueue
Public Sub New (printServer As PrintServer, printQueueName As String, desiredAccess As PrintSystemDesiredAccess)

매개 변수

printServer
PrintServer

인쇄 큐를 호스팅하는 인쇄 서버입니다.

printQueueName
String

인쇄 대기열의 이름입니다.

desiredAccess
PrintSystemDesiredAccess

프로그램에 필요한 인쇄 큐의 액세스 형식을 지정하는 PrintSystemDesiredAccess 값 중 하나입니다.

예외

desiredAccessPrintServer 개체가 아니라 PrintQueue 개체에만 적용될 수 있는 값인 경우(예: 예들 들어 AdministrateServer입니다.

적용 대상

PrintQueue(PrintServer, String, String[])

지정한 PrintQueue, 큐 이름 및 초기화할 속성 이름 배열을 사용하여 PrintServer 클래스의 새 인스턴스를 초기화합니다.

public:
 PrintQueue(System::Printing::PrintServer ^ printServer, System::String ^ printQueueName, cli::array <System::String ^> ^ propertyFilter);
public PrintQueue (System.Printing.PrintServer printServer, string printQueueName, string[] propertyFilter);
new System.Printing.PrintQueue : System.Printing.PrintServer * string * string[] -> System.Printing.PrintQueue
Public Sub New (printServer As PrintServer, printQueueName As String, propertyFilter As String())

매개 변수

printServer
PrintServer

인쇄 큐를 호스팅하는 인쇄 서버입니다.

printQueueName
String

인쇄 대기열의 이름입니다.

propertyFilter
String[]

초기화할 속성 이름의 배열입니다.

설명

PrintQueue매개 변수 기본값 UsePrinterPrintSystemDesiredAccess 액세스하지 않는 생성자입니다.

매개 변수와 함께 생성자를 사용하면 성능이 propertyFilter 향상됩니다.

적용 대상

PrintQueue(PrintServer, String, Int32, PrintSystemDesiredAccess)

지정한 PrintQueue, 큐 이름, 인쇄 스키마 버전 및 원하는 액세스를 사용하여 PrintServer 클래스의 새 인스턴스를 초기화합니다.

public:
 PrintQueue(System::Printing::PrintServer ^ printServer, System::String ^ printQueueName, int printSchemaVersion, System::Printing::PrintSystemDesiredAccess desiredAccess);
public PrintQueue (System.Printing.PrintServer printServer, string printQueueName, int printSchemaVersion, System.Printing.PrintSystemDesiredAccess desiredAccess);
new System.Printing.PrintQueue : System.Printing.PrintServer * string * int * System.Printing.PrintSystemDesiredAccess -> System.Printing.PrintQueue
Public Sub New (printServer As PrintServer, printQueueName As String, printSchemaVersion As Integer, desiredAccess As PrintSystemDesiredAccess)

매개 변수

printServer
PrintServer

인쇄 큐를 호스팅하는 인쇄 서버입니다.

printQueueName
String

인쇄 대기열의 이름입니다.

printSchemaVersion
Int32

사용할 Print Schema의 버전입니다.

desiredAccess
PrintSystemDesiredAccess

프로그램에 필요한 인쇄 큐의 액세스 형식을 지정하는 PrintSystemDesiredAccess 값 중 하나입니다.

예외

desiredAccessPrintServer 개체가 아니라 PrintQueue 개체에만 적용될 수 있는 값인 경우(예: 예들 들어 AdministrateServer입니다.

설명

Windows Vista와 함께 릴리스된 인쇄 스키마 버전은 "1"입니다.

적용 대상

PrintQueue(PrintServer, String, PrintQueueIndexedProperty[], PrintSystemDesiredAccess)

지정한 PrintQueue, 큐 이름, 초기화할 PrintServer 값 배열 및 원하는 액세스로 PrintQueueIndexedProperty 클래스의 새 인스턴스를 초기화합니다.

public:
 PrintQueue(System::Printing::PrintServer ^ printServer, System::String ^ printQueueName, cli::array <System::Printing::PrintQueueIndexedProperty> ^ propertyFilter, System::Printing::PrintSystemDesiredAccess desiredAccess);
public PrintQueue (System.Printing.PrintServer printServer, string printQueueName, System.Printing.PrintQueueIndexedProperty[] propertyFilter, System.Printing.PrintSystemDesiredAccess desiredAccess);
new System.Printing.PrintQueue : System.Printing.PrintServer * string * System.Printing.PrintQueueIndexedProperty[] * System.Printing.PrintSystemDesiredAccess -> System.Printing.PrintQueue
Public Sub New (printServer As PrintServer, printQueueName As String, propertyFilter As PrintQueueIndexedProperty(), desiredAccess As PrintSystemDesiredAccess)

매개 변수

printServer
PrintServer

인쇄 큐를 호스팅하는 인쇄 서버입니다.

printQueueName
String

인쇄 대기열의 이름입니다.

propertyFilter
PrintQueueIndexedProperty[]

초기화할 속성을 지정하는 PrintQueueIndexedProperty 값 배열입니다.

desiredAccess
PrintSystemDesiredAccess

프로그램에 필요한 인쇄 큐의 액세스 형식을 지정하는 PrintSystemDesiredAccess 값 중 하나입니다.

예외

desiredAccessPrintServer 개체가 아니라 PrintQueue 개체에만 적용될 수 있는 값인 경우(예: 예들 들어 AdministrateServer입니다.

설명

매개 변수와 함께 생성자를 사용하면 성능이 propertyFilter 향상됩니다.

적용 대상

PrintQueue(PrintServer, String, String[], PrintSystemDesiredAccess)

지정한 PrintQueue, 큐 이름, 속성 필터 및 원하는 액세스를 사용하여 PrintServer 클래스의 새 인스턴스를 초기화합니다.

public:
 PrintQueue(System::Printing::PrintServer ^ printServer, System::String ^ printQueueName, cli::array <System::String ^> ^ propertyFilter, System::Printing::PrintSystemDesiredAccess desiredAccess);
public PrintQueue (System.Printing.PrintServer printServer, string printQueueName, string[] propertyFilter, System.Printing.PrintSystemDesiredAccess desiredAccess);
new System.Printing.PrintQueue : System.Printing.PrintServer * string * string[] * System.Printing.PrintSystemDesiredAccess -> System.Printing.PrintQueue
Public Sub New (printServer As PrintServer, printQueueName As String, propertyFilter As String(), desiredAccess As PrintSystemDesiredAccess)

매개 변수

printServer
PrintServer

인쇄 큐를 호스팅하는 인쇄 서버입니다.

printQueueName
String

인쇄 대기열의 이름입니다.

propertyFilter
String[]

초기화할 속성 이름의 배열입니다.

desiredAccess
PrintSystemDesiredAccess

프로그램에 필요한 인쇄 큐의 액세스 형식을 지정하는 PrintSystemDesiredAccess 값 중 하나입니다.

예외

desiredAccessPrintServer 개체가 아니라 PrintQueue 개체에만 적용될 수 있는 값인 경우(예: 예들 들어 AdministrateServer입니다.

설명

매개 변수와 함께 생성자를 사용하면 성능이 propertyFilter 향상됩니다.

적용 대상