DelegateGetSvcInstRootDirPathByName 대리자

정의

지정된 인스턴스 이름으로 특정 SQL 인스턴스의 디렉터리 경로 루트를 나타냅니다.

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

매개 변수

sInstanceName
String

인스턴스 이름입니다.

Service
SQL_SVCS

SQL Server 문자 문자열입니다.

sPath
StringBuilder

구성 파일의 위치입니다.

pdwSize
UInt32

반환된 구조체의 예상 크기(바이트)입니다.

반환 값

true 디렉터리 경로 루트를 이름으로 가져오는 경우 그렇지 않으면 입니다 false.

적용 대상