Compartir a través de


ConflictingPropertyValuesException.Name2 Propiedad

Gets the name 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 Name2 As String 
    Get
'Uso
Dim instance As ConflictingPropertyValuesException 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
A String value that specifies the name 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.

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

ConflictingPropertyValuesException Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf