DictionaryForumContacts

   Polish
Terms for subject Microsoft containing parametry | all forms | exact matches only
PolishEnglish
blok parametruparameter block (A buffer that contains the data for one or more properties, or a pointer to the data)
funkcje bez parametrówniladic functions (Functions that do not have any input parameters)
lista parametrów typu ogólnegogeneric type parameter list (The list of generic type parameters of a generic type or method, specified as part of the definition of the generic type or generic method)
numer parametru zarejestrowanegoregistered parameter number (An identification number for a registered parameter that has been assigned a function by the MIDI Manufacturers Association and can be accessed through controllers)
ograniczenie konstruktora bez parametrówparameterless constructor constraint (A restriction on a generic type parameter, such that types substituted for that type parameter must provide a parameterless or default constructor)
ograniczenie parametru typu ogólnegogeneric type parameter constraint (A way of limiting the types that can be specified for a generic type parameter. For example, types substituted for the type parameter can be constrained to inherit from a particular type, to implement a specific interface, to provide a parameterless constructor, and so on)
parametr daty zakończeniaend date parameter (A parameter to set an end date)
parametr nieprzyjmujący wartości nullnonnullable parameter (A parameter which cannot take a NULL value)
parametr powszechnyubiquitous parameter (A parameter that is automatically available on every cmdlet, for example ErrorAction, ErrorVariable, OutputVariable, OutputBuffer, Debug)
parametr przełącznikaswitch parameter (A parameter that does not take an argument)
parametr typu ogólnegogeneric type parameter (In a generic type definition, a placeholder for a type that the user specifies (generic type argument) when creating instances of a generic type or when calling a generic method)
parametr wyjściowyoutput parameter (A parameter containing data that the server application is transmitting to the client application)
parametr zestawu danychdataset parameter (A type of parameter that is created by the reporting framework when a dataset is created based on the Query property and the Dynamic Filters property of the dataset)
parametry połączeniaconnection string (A series of semicolon-delimited arguments that define the location of a resource and how to connect to it)
parametry uruchomieniowerun settings (A set of properties that influence the way a load test runs. For example, test duration and description could be specified in the run settings)
parametry zabezpieczeńsecurity blanket (A group of values that describe the security settings that apply to all proxies in a process or to just a particular interface proxy)
typ z parametramiparameterized type (A type whose definition has placeholders for actual types that the user specifies when creating and using instances of the type. C++ templates and common language runtime generics are examples of parameterized types)