Freigeben über


GetFixedStringProperty-Methode

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Parameter

Rückgabewert

Typ: System. . :: . .String
The fixed string property of the object.