ExpectedType Propiedad
Gets the expected data type for the property.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property ExpectedType As String
Get
'Uso
Dim instance As PropertyTypeMismatchException
Dim value As String
value = instance.ExpectedType
public string ExpectedType { get; }
public:
property String^ ExpectedType {
String^ get ();
}
member ExpectedType : string
function get ExpectedType () : String
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the expected data type for the property.