Menu

Disconnect-SasServer

Andreas Menrath
NAME
    Disconnect-SasServer

SYNOPSIS
    Disconnects your SAS session and frees resources

SYNTAX
    Disconnect-SasServer [-Server] <PSObject> 
    [<CommonParameters>]

DESCRIPTION

PARAMETERS
    -Server <PSObject>
        SAS server object you want to close

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       true (ByValue)
        Accept wildcard characters?  false

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

INPUTS

OUTPUTS

NOTES

    --------------  Example 1  --------------

    PS C:\> Disconnect-SasServer $ws

    Disconnects the SAS workspace server session 
    object $ws

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.