Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the text of the object, if not available, throw appropriate exception based on the state of the object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Protected Function GetTextProperty ( _
requestingProperty As String _
) As String
'Uso
Dim requestingProperty As String
Dim returnValue As String
returnValue = Me.GetTextProperty(requestingProperty)
protected string GetTextProperty(
string requestingProperty
)
protected:
String^ GetTextProperty(
String^ requestingProperty
)
member GetTextProperty :
requestingProperty:string -> string
protected function GetTextProperty(
requestingProperty : String
) : String
Parámetros
- requestingProperty
Tipo: System.String
The name of the property that should appear in the exception as failed to be retrieved.
Valor devuelto
Tipo: System.String
The text property of the object.