EnumObject.GetFixedStringProperty Method
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Function GetFixedStringProperty ( _
propertyName As String, _
removeEscape As Boolean _
) As String
'Usage
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
Parameters
- propertyName
Type: System.String
Name of the property requested.
- removeEscape
Type: System.Boolean
Replaces double quotes with one single quote.
Return Value
Type: System.String
The fixed string property of the object.