Свойство Subtype

Gets the subtype that is associated with the exception.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public ReadOnly Property Subtype As String
    Get
'Применение
Dim instance As ExpressionNodeNotConfigurableException
Dim value As String

value = instance.Subtype
public string Subtype { get; }
public:
property String^ Subtype {
    String^ get ();
}
member Subtype : string
function get Subtype () : String

Значение свойства

Тип: System. . :: . .String
A String value that specifies the subtype that is associated with the exception.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.