DelegateIsNameSQLService 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表服務名稱是否為 SQL 服務的值。
public delegate bool DelegateIsNameSQLService(System::String ^ sServiceName);
public delegate bool DelegateIsNameSQLService(string sServiceName);
type DelegateIsNameSQLService = delegate of string -> bool
Public Delegate Function DelegateIsNameSQLService(sServiceName As String) As Boolean
參數
- sServiceName
- String
SQL 服務名稱。
傳回值
true如果服務名稱是 SQL 服務;否則,。 false