EnumObject.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

参数

  • propertyName
    类型:System.String
    Name of the property requested.
  • removeEscape
    类型:System.Boolean
    Replaces double quotes with one single quote.

返回值

类型:System.String
The fixed string property of the object.

请参阅

参考

EnumObject 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间