Метод NameChecker.ValidateStreamNameConnection
Validates the specified stream name connection.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Shared Function ValidateStreamNameConnection ( _
streamName As String _
) As NameCheckResult
'Применение
Dim streamName As String
Dim returnValue As NameCheckResult
returnValue = NameChecker.ValidateStreamNameConnection(streamName)
public static NameCheckResult ValidateStreamNameConnection(
string streamName
)
public:
static NameCheckResult ValidateStreamNameConnection(
String^ streamName
)
static member ValidateStreamNameConnection :
streamName:string -> NameCheckResult
public static function ValidateStreamNameConnection(
streamName : String
) : NameCheckResult
Параметры
- streamName
Тип: System.String
The stream name.
Возвращаемое значение
Тип: Microsoft.SqlServer.Dts.Runtime.NameCheckResult
The result of the name check.