Compartir a través de


DataBus.TryGetProperty(String, ISfcProperty) Método

Definición

Obtiene la propiedad asociada a la clave especificada.

public:
 virtual bool TryGetProperty(System::String ^ name, [Runtime::InteropServices::Out] Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty ^ % property);
public bool TryGetProperty (string name, out Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty property);
abstract member TryGetProperty : string * ISfcProperty -> bool
override this.TryGetProperty : string * ISfcProperty -> bool
Public Function TryGetProperty (name As String, ByRef property As ISfcProperty) As Boolean

Parámetros

name
String

Cadena que representa un nombre.

property
ISfcProperty

Propiedad de los metadatos y el valor.

Devoluciones

True si es correcto; en caso contrario, false.

Implementaciones

Se aplica a