JAMS Developer Guide
UseWindowsAuthentication Property


MVPSI.JAMS.Activities.SQL Namespace > SQLStoredProc Class : UseWindowsAuthentication Property
Specifies if windows authentication should be used.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Authentication")>
<System.ComponentModel.DescriptionAttribute("Specifies if windows authentication should be used.")>
Public Property UseWindowsAuthentication As System.Boolean
'Usage
 
Dim instance As SQLStoredProc
Dim value As System.Boolean
 
instance.UseWindowsAuthentication = value
 
value = instance.UseWindowsAuthentication
[System.ComponentModel.Category("Authentication")]
[System.ComponentModel.Description("Specifies if windows authentication should be used.")]
public System.bool UseWindowsAuthentication {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SQLStoredProc Class
SQLStoredProc Members