Поделиться через


Метод GetFixedStringProperty

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Protected Function GetFixedStringProperty ( _
    propertyName As String, _
    removeEscape As Boolean _
) As String
'Применение
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

Параметры

Возвращаемое значение

Тип: System. . :: . .String
The fixed string property of the object.