Método GetTextProperty (String)
Gets the property as text.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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
String
Valor de retorno
Tipo: System. . :: . .String
String
Consulte também