ValidatedObject Constructor

Initializes a new instance of the ValidatedObject class that has the specified name and description of the object.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    description As String _
)
'Usage
Dim name As String
Dim description As String

Dim instance As New ValidatedObject(name, description)
public ValidatedObject(
    string name,
    string description
)
public:
ValidatedObject(
    String^ name, 
    String^ description
)
new : 
        name:string * 
        description:string -> ValidatedObject
public function ValidatedObject(
    name : String, 
    description : String
)

Parameters

See Also

Reference

ValidatedObject Class

Microsoft.SqlServer.Management.Dac Namespace