DdlTextParserHeaderInfo.name Field
Contains the script name, as extracted from the scripts header.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public name As String
'Usage
Dim instance As DdlTextParserHeaderInfo
Dim value As String
value = instance.name
instance.name = value
public string name
public:
String^ name
val mutable name: string
public var name : String
Remarks
Returns a String value containing the name of the script, as extracted from the header.