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

参数

返回值

类型:Microsoft.SqlServer.Dts.Runtime.NameCheckResult
The result of the name check.

请参阅

参考

NameChecker 类

Microsoft.SqlServer.Dts.Runtime 命名空间