ConflictingPropertyValuesException.Type2 Propiedad
Gets the type of the second property.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public ReadOnly Property Type2 As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
A String value that specifies the type of the second property.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.