Condividi tramite


Metodo NameChecker.ValidateStreamName

Validates the specified name of the stream.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Shared Function ValidateStreamName ( _
    streamName As String _
) As NameCheckResult
'Utilizzo
Dim streamName As String 
Dim returnValue As NameCheckResult 

returnValue = NameChecker.ValidateStreamName(streamName)
public static NameCheckResult ValidateStreamName(
    string streamName
)
public:
static NameCheckResult ValidateStreamName(
    String^ streamName
)
static member ValidateStreamName : 
        streamName:string -> NameCheckResult
public static function ValidateStreamName(
    streamName : String
) : NameCheckResult

Parametri

Valore restituito

Tipo: Microsoft.SqlServer.Dts.Runtime.NameCheckResult
The specified name of the stream.

Vedere anche

Riferimento

NameChecker Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime