다음을 통해 공유


ValidatedObject 생성자

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

네임스페이스:  Microsoft.SqlServer.Management.Dac
어셈블리:  Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)

구문

‘선언
Public Sub New ( _
    name As String, _
    description As String _
)
‘사용 방법
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
)

매개 변수