SqlObjectBase.AddOrderByProperty 메서드 (String, Boolean)

코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public Overridable Function AddOrderByProperty ( _
    name As String, _
    overrideFlags As Boolean _
) As String
‘사용 방법
Dim instance As SqlObjectBase 
Dim name As String 
Dim overrideFlags As Boolean 
Dim returnValue As String 

returnValue = instance.AddOrderByProperty(name, _
    overrideFlags)
public virtual string AddOrderByProperty(
    string name,
    bool overrideFlags
)
public:
virtual String^ AddOrderByProperty(
    String^ name, 
    bool overrideFlags
)
abstract AddOrderByProperty : 
        name:string * 
        overrideFlags:bool -> string  
override AddOrderByProperty : 
        name:string * 
        overrideFlags:bool -> string
public function AddOrderByProperty(
    name : String, 
    overrideFlags : boolean
) : String

매개 변수

  • overrideFlags
    유형: System.Boolean
    true to uncheck the overrideFlags; otherwise, false.

반환 값

유형: System.String
The information that the TSQL is ordered by the property name.

참고 항목

참조

SqlObjectBase 클래스

AddOrderByProperty 오버로드

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스