ReceivedType 속성
Gets the data type that was received incorrectly by the property.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property ReceivedType As String
Get
‘사용 방법
Dim instance As PropertyTypeMismatchException
Dim value As String
value = instance.ReceivedType
public string ReceivedType { get; }
public:
property String^ ReceivedType {
String^ get ();
}
member ReceivedType : string
function get ReceivedType () : String
속성 값
유형: System. . :: . .String
A String that specifies the data type that the property received incorrectly.