Menu

Read-SasMetaRepositoriesXml

Andreas Menrath
NAME
    Read-SasMetaRepositoriesXml

SYNOPSIS
    Returns a XML item list with all SAS Metadata Repositories

SYNTAX
    Read-SasMetaRepositoriesXml [-omi] <Object> [-FoundationOnly] [<CommonParameters>]

DESCRIPTION
    This function lists all available SAS Metadata repositories.

PARAMETERS
    -omi <Object>
        The SAS connection object to the metadata server. Type: SASOMI.IOMI

        Required?                    true
        Position?                    1
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

    -FoundationOnly [<SwitchParameter>]
        Instead of returning a list, the cmdlet only returns the metadata ID of the Foundation repository

        Required?                    false
        Position?                    named
        Default value                False
        Accept pipeline input?       false
        Accept wildcard characters?  false

    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

        returns XML structured list

    -------------------------- EXAMPLE 1 --------------------------

    C:\PS>$omi  = $omi = Connect-SasMetadataServer "iom://..."

    $repos  = Read-SasMetaRepositoriesXml $omi
    Disconnect-SasServer $omi

RELATED LINKS

Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.