Construtor WmiSmoObject
Initializes a new instance of the WmiSmoObject class.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxe
'Declaração
Protected Friend Sub New
'Uso
Dim instance As New WmiSmoObject()
protected internal WmiSmoObject()
protected public:
WmiSmoObject()
new : unit -> WmiSmoObject
function WmiSmoObject()
Comentários
The default constructor initializes any fields to their default values.
Consulte também