ExpectedType 屬性

Gets the expected data type for the property.

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

語法

'宣告
Public ReadOnly Property ExpectedType As String
    Get
'用途
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

屬性值

型別:System. . :: . .String
A String value that specifies the expected data type for the property.