ConflictingPropertyValuesException.Type2 プロパティ
2 番目のプロパティの型を取得します。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public ReadOnly Property Type2 As String
Get
'使用
Dim instance As ConflictingPropertyValuesException
Dim value As String
value = instance.Type2
public string Type2 { get; }
public:
property String^ Type2 {
String^ get ();
}
member Type2 : string
function get Type2 () : String
プロパティ値
型: System.String
2 番目のプロパティの型を示す String 値です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。