Propriedade do RDL PropertyTypeMismatchException.ExpectedType
Gets the expected data type for the property.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
A String value that specifies the expected data type for the property.