EnumObject.GetFixedStringProperty Método
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Protected Function GetFixedStringProperty ( _
propertyName As String, _
removeEscape As Boolean _
) As String
'Uso
Dim propertyName As String
Dim removeEscape As Boolean
Dim returnValue As String
returnValue = Me.GetFixedStringProperty(propertyName, _
removeEscape)
protected string GetFixedStringProperty(
string propertyName,
bool removeEscape
)
protected:
String^ GetFixedStringProperty(
String^ propertyName,
bool removeEscape
)
member GetFixedStringProperty :
propertyName:string *
removeEscape:bool -> string
protected function GetFixedStringProperty(
propertyName : String,
removeEscape : boolean
) : String
Parámetros
- propertyName
Tipo: System.String
Name of the property requested.
- removeEscape
Tipo: System.Boolean
Replaces double quotes with one single quote.
Valor devuelto
Tipo: System.String
The fixed string property of the object.