共用方式為


Result 屬性

Gets the results of the validation.

命名空間:  Microsoft.SqlServer.Management.Dac
組件:  Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)

語法

'宣告
Public ReadOnly Property Result As ObjectValidationResult
    Get
'用途
Dim instance As ValidatedObjectEventArgs
Dim value As ObjectValidationResult

value = instance.Result
public ObjectValidationResult Result { get; }
public:
property ObjectValidationResult Result {
    ObjectValidationResult get ();
}
member Result : ObjectValidationResult
function get Result () : ObjectValidationResult

屬性值

型別:Microsoft.SqlServer.Management.Dac. . :: . .ObjectValidationResult
A ObjectValidationResult object that reports the results of the validation.