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 네임스페이스