Includes&Samples |
ClientNetworkProtocolProperty, ROOT\Microsoft\SqlServer\ComputerManagement12 - InstancesClass | Methods (3) | Properties (7) | Qualifiers (3) | Instances (4) | Namespaces (2)Samples: VB Script | C# | VB.Net | Search on:Microsoft Instances of ClientNetworkProtocolPropertyThis section contains sample wmi instances of ClientNetworkProtocolProperty class with their properties from Microsoft Windows Server 2012 R2 Datacenter Evaluation. Instance \\W2012SDC\ROOT\Microsoft\SqlServer\ComputerManagement12:ClientNetworkProtocolProperty.PropertyIdx=1,PropertyType=1,ProtocolName="tcp"Properties={ 'PropertyIdx' : 1 //Long, 0x1 'PropertyName' : 'Default Port' //String 'PropertyNumVal' : 1433 //Long, 0x599 'PropertyStrVal' : null 'PropertyType' : 1 //Long, 0x1 'PropertyValType' : 4 //Long, 0x4 'ProtocolName' : 'tcp' //String } Instance \\W2012SDC\ROOT\Microsoft\SqlServer\ComputerManagement12:ClientNetworkProtocolProperty.PropertyIdx=2,PropertyType=1,ProtocolName="tcp"Properties={ 'PropertyIdx' : 2 //Long, 0x2 'PropertyName' : 'KEEPALIVE (in milliseconds)' //String 'PropertyNumVal' : 30000 //Long, 0x7530 'PropertyStrVal' : null 'PropertyType' : 1 //Long, 0x1 'PropertyValType' : 4 //Long, 0x4 'ProtocolName' : 'tcp' //String } Instance \\W2012SDC\ROOT\Microsoft\SqlServer\ComputerManagement12:ClientNetworkProtocolProperty.PropertyIdx=3,PropertyType=1,ProtocolName="tcp"Properties={ 'PropertyIdx' : 3 //Long, 0x3 'PropertyName' : 'KEEPALIVEINTERVAL (in milliseconds)' //String 'PropertyNumVal' : 1000 //Long, 0x3E8 'PropertyStrVal' : null 'PropertyType' : 1 //Long, 0x1 'PropertyValType' : 4 //Long, 0x4 'ProtocolName' : 'tcp' //String } Instance \\W2012SDC\ROOT\Microsoft\SqlServer\ComputerManagement12:ClientNetworkProtocolProperty.PropertyIdx=1,PropertyType=1,ProtocolName="np"Properties={ 'PropertyIdx' : 1 //Long, 0x1 'PropertyName' : 'Default Pipe' //String 'PropertyNumVal' : null 'PropertyStrVal' : 'sql\query' //String 'PropertyType' : 1 //Long, 0x1 'PropertyValType' : 1 //Long, 0x1 'ProtocolName' : 'np' //String } |