HpcLinqContext.DscService Property
Gets the DSC service associated with the HpcLinqContext object.
Namespace: Microsoft.Hpc.Linq
Assembly: Microsoft.Hpc.Linq (in Microsoft.Hpc.Linq.dll)
Usage
'Usage
Dim instance As HpcLinqContext
Dim value As DscService
value = instance.DscService
Syntax
'Declaration
Public ReadOnly Property DscService As DscService
public DscService DscService { get; }
public:
property DscService^ DscService {
DscService^ get ();
}
/** @property */
public DscService get_DscService ()
public function get DscService () : DscService
Property Value
A DscService that represents the DSC service to which queries that use this context connect.
Remarks
Platform Note: This property was introduced in Windows HPC Server 2008 R2 with Service Pack 2 (SP2) and is not supported in previous versions.
Thread Safety
Separate instances of this class running in separate threads are not guaranteed to work for the beta release of Windows HPC Server 2008 R2 with Service Pack 2 (SP2).
Platforms
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012
Target Platforms
Windows XP, Windows Vista, Windows 7, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, with HPC Pack Client Utilities
See Also
Reference
HpcLinqContext Class
HpcLinqContext Members
Microsoft.Hpc.Linq Namespace
DscService
Build Date:
2013-04-22