Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Validates the specified stream name connection.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Shared Function ValidateStreamNameConnection ( _
streamName As String _
) As NameCheckResult
'Usage
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
Parameters
- streamName
Type: System.String
The stream name.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.NameCheckResult
The result of the name check.