Data Management Object Model Reference

DMScript.GetSections Method (String)

Gets a collection of sections with the name specified

[Visual Basic]
Overloads Public Function GetSections( _
   ByVal name As String _
) As DMScriptSectionCollection
[C#]
public DMScriptSectionCollection GetSections(
   string name
);

Parameters

name
The name of the sections to get

Return Value

The section collection. Null if none found.

See Also

DMScript Class | SPSSMR.Data.Transformations Namespace | DMScript.GetSections Overload List