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.