Método GetFixedStringProperty
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System. . :: . .String
The fixed string property of the object.