ValidatedObject Constructor
Initializes a new instance of the ValidatedObject class that has the specified name and description of the object.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
Public Sub New ( _
name As String, _
description As String _
)
'Uso
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
)
Parámetros
- name
Tipo: System. . :: . .String
A String value that specifies the name of the object.
- description
Tipo: System. . :: . .String
A String value that specifies the description of the object.