Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates the status of the validation.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ValidationStatus As Char
Get
'Usage
Dim instance As EnvironmentReference
Dim value As Char
value = instance.ValidationStatus
[SfcPropertyAttribute(Data = true)]
public char ValidationStatus { get; }
[SfcPropertyAttribute(Data = true)]
public:
property wchar_t ValidationStatus {
wchar_t get ();
}
[<SfcPropertyAttribute(Data = true)>]
member ValidationStatus : char
function get ValidationStatus () : char
Property Value
Type: System.Char
The status of the validation.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace