다음을 통해 공유


DelegateGetSvcBinPathByName 대리자

정의

지정된 서비스 유형과 인스턴스 이름으로 특정 서비스의 프로그램 파일 루트 디렉터리를 나타냅니다.

public delegate bool DelegateGetSvcBinPathByName(System::String ^ sInstanceName, SQL_SVCS Service, StringBuilder ^ sPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSvcBinPathByName(string sInstanceName, SQL_SVCS Service, StringBuilder sPath, out uint pdwSize);
type DelegateGetSvcBinPathByName = delegate of string * SQL_SVCS * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSvcBinPathByName(sInstanceName As String, Service As SQL_SVCS, sPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean 

매개 변수

sInstanceName
String

인스턴스 이름을 나타내는 문자열 값입니다.

Service
SQL_SVCS

SQL 서비스입니다.

sPath
StringBuilder

문자열 작성기입니다.

pdwSize
UInt32

데이터 크기를 지정하는 정수 값입니다.

반환 값

특정 서비스에 대한 프로그램 파일 루트 디렉터리를 나타내는 Bolean 값입니다.

적용 대상